This commit is contained in:
Shaun Struwig 2024-04-29 11:27:44 +02:00 committed by GitHub
parent 3129dfc283
commit 67a78dc111
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ Alias: `sumMappedArrays`.
- `key`: [Array](../../data-types/array.md) of keys.
- `value`: [Array](../../data-types/array.md) of values.
Passing a tuple of key and value arrays is a synonym to passing seperately an array of keys and an array of values.
Passing a tuple of key and value arrays is a synonym to passing separately an array of keys and an array of values.
:::note
The number of elements in `key` and `value` must be the same for each row that is totaled.