mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Typo fix in code comment (#2269)
"independent" instead of "independant".
This commit is contained in:
@@ -696,7 +696,7 @@ Blockly.Blocks['lists_getSublist'] = {
|
||||
},
|
||||
/**
|
||||
* Create or delete an input for a numeric index.
|
||||
* This block has two such inputs, independant of each other.
|
||||
* This block has two such inputs, independent of each other.
|
||||
* @param {number} n Specify first or second input (1 or 2).
|
||||
* @param {boolean} isAt True if the input should exist.
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user