mirror of
https://github.com/google/blockly.git
synced 2026-03-06 21:30:11 +01:00
chore: change return to returns and add some newlines
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user