diff --git a/core/field_image.js b/core/field_image.js index 8924a9418..0c64d1428 100644 --- a/core/field_image.js +++ b/core/field_image.js @@ -205,7 +205,7 @@ Blockly.FieldImage.prototype.showEditor_ = function() { /** * Set the function that is called when this image is clicked. - * @param {function} func The function that is called when the image + * @param {Function} func The function that is called when the image * is clicked. It will receive the image field as a parameter. * @public */