Merge pull request #737 from revarbat/revarbat_dev

Removed invalid zip() reference.
This commit is contained in:
Revar Desmera 2021-11-18 20:01:55 -08:00 committed by GitHub
commit 0e99908440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -779,7 +779,6 @@ function group_sort(list, idx) =
// Usage:
// groupings = group_data(groups, values);
// Topics: Array Handling
// See Also: zip()
// Description:
// Given a list of integer group numbers, and an equal-length list of values,
// returns a list of groups with the values sorted into the corresponding groups.