chore: change return to returns and add some newlines

This commit is contained in:
Maribeth Bottorff
2022-08-16 16:13:39 -07:00
parent 169959bc08
commit d6d8656a45
172 changed files with 2752 additions and 772 deletions

View File

@@ -11,9 +11,10 @@ goog.declareModuleId('Blockly.utils.array');
/**
* Removes the first occurrence of a particular value from an array.
*
* @param arr Array from which to remove value.
* @param value Value to remove.
* @return True if an element was removed.
* @returns True if an element was removed.
* @alias Blockly.array.removeElem
* @internal
*/