This commit is contained in:
kozbial
2021-03-25 13:08:57 -07:00
parent d42e12849e
commit 7b4b818e96

View File

@@ -59,7 +59,7 @@ Blockly.FieldMultilineInput = function(opt_value, opt_validator, opt_config) {
this.maxLines_ = Infinity;
/**
* Whether Y overflow is currently occuring.
* Whether Y overflow is currently occurring.
* @type {boolean}
* @protected
*/