Update maxmap.md

This commit is contained in:
alexey-milovidov 2020-09-20 19:45:43 +03:00 committed by GitHub
parent 5244653493
commit 757be58fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Passing a tuple of keys and value arrays is identical to passing two array
The number of elements in `key` and `value` must be the same for each row that is totaled.
Returns a tuple of two arrays: keys in sorted order, and values calculated for the corresponding keys.
Returns a tuple of two arrays: keys and values calculated for the corresponding keys.
Example: