Minor doc tweaks to _.partition and _.zip. [ci skip]

This commit is contained in:
John-David Dalton
2014-02-09 00:32:58 -08:00
parent a91abb3e8d
commit de3d9dca72
5 changed files with 249 additions and 201 deletions

View File

@@ -1858,10 +1858,10 @@
}
/**
* Creates an array of grouped elements, the first of which contains the
* first elements of the given arrays, the second of which contains the second
* elements of the given arrays, and so on. If a zipped value is provided its
* corresponding unzipped value will be returned.
* Creates an array of grouped elements, the first of which contains the first
* elements of the given arrays, the second of which contains the second elements
* of the given arrays, and so on. If a zipped value is provided its corresponding
* unzipped value will be returned.
*
* @static
* @memberOf _