Merge pull request #465 from kriadmin/patch-3

Fixed grammar
This commit is contained in:
Stefan Feješ
2018-01-03 07:01:05 +01:00
committed by GitHub

View File

@ -1,6 +1,6 @@
### sum ### 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`. Use `Array.reduce()` to add each value to an accumulator, initialized with a value of `0`.