From eb5bf10911a783fe12d2127fbb754978f499531e Mon Sep 17 00:00:00 2001 From: Deniz Susman Date: Thu, 7 Feb 2019 00:00:28 +0300 Subject: [PATCH] Typo fix in code comment (#2269) "independent" instead of "independant". --- blocks/lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/lists.js b/blocks/lists.js index 80a551768..011b4364f 100644 --- a/blocks/lists.js +++ b/blocks/lists.js @@ -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