mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
typo fix in line 134 of field.js for documentation
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user