Typo: enutral -> neutral

This commit is contained in:
Neil Fraser
2019-07-25 11:18:31 -07:00
committed by Neil Fraser
parent 6dc9a07810
commit 84f5afd0e3

View File

@@ -416,7 +416,7 @@ Blockly.FieldDropdown.prototype.doClassValidation_ = function(newValue) {
/**
* Update the value of this dropdown field.
* @param {string} newValue The new language-enutral value.
* @param {string} newValue The new language-neutral value.
* @protected
*/
Blockly.FieldDropdown.prototype.doValueUpdate_ = function(newValue) {