Fixed grammar

This commit is contained in:
Rohit Tanwar
2018-01-03 08:55:24 +05:30
committed by GitHub
parent 9b358f160b
commit ff5e84f60a

View File

@ -1,6 +1,6 @@
### sum
Returns the sum of an of two or more numbers/arrays.
Returns the sum of two or more numbers/arrays.
Use `Array.reduce()` to add each value to an accumulator, initialized with a value of `0`.