mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix typo
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user