fix build

This commit is contained in:
Ivan Blinkov 2019-01-28 11:25:20 +03:00
parent 53beff31e3
commit 9f8157e84d

View File

@ -223,7 +223,7 @@ Computes the sum of the numbers, using the same data type for the result as for
Only works for numbers. Only works for numbers.
## sumMap(key, value) ## sumMap(key, value) {#sumMap}
Totals the 'value' array according to the keys specified in the 'key' array. Totals the 'value' array according to the keys specified in the 'key' array.
The number of elements in 'key' and 'value' must be the same for each row that is totaled. The number of elements in 'key' and 'value' must be the same for each row that is totaled.