typo fix in line 134 of field.js for documentation

This commit is contained in:
asunwoo98
2019-04-08 18:00:38 -04:00
parent 2e5d585f24
commit ef1c6d08d4

View File

@@ -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
*/