diff --git a/core/field.js b/core/field.js index fe0e05701..45083993a 100644 --- a/core/field.js +++ b/core/field.js @@ -131,7 +131,7 @@ Blockly.Field.prototype.maxDisplayLength = 50; Blockly.Field.prototype.text_ = ''; /** - * Block this field is attached to. Starts as null, then in set in init. + * Block this field is attached to. Starts as null, then set in init. * @type {Blockly.Block} * @protected */