Fix typos in descriptions

This commit is contained in:
Wojciech Maj
2017-12-18 00:51:27 +01:00
parent 997e045950
commit 4b97d1182d
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
### initializeArrayWithRange
Initialized an array containing the numbers in the specified range.
Initializes an array containing the numbers in the specified range.
Use `Array(end-start)` to create an array of the desired length, `Array.map()` to fill with the desired values in a range.
You can omit `start` to use a default value of `0`.