Typo fix in code comment (#2269)

"independent" instead of "independant".
This commit is contained in:
Deniz Susman
2019-02-07 00:00:28 +03:00
committed by RoboErikG
parent 4eee0d6393
commit eb5bf10911

View File

@@ -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