Fixed grammar

This commit is contained in:
Rohit Tanwar
2018-01-03 08:55:24 +05:30
committed by GitHub
parent 2789d947ea
commit 857e508316

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`.