Merge pull request #2371 from nyu-ossd-s19/typofix

typo fix in line 134 of field.js for documentation
This commit is contained in:
Rachel Fenichel
2019-04-08 16:59:35 -07:00
committed by GitHub

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