Fix minor doc typo in _.chunk. [ci skip]

This commit is contained in:
Benjamin Tan
2015-12-25 16:23:07 +08:00
committed by John-David Dalton
parent 300dee34bd
commit b1f6bc72f4

View File

@@ -5237,7 +5237,7 @@
/**
* Creates an array of elements split into groups the length of `size`.
* If `collection` can't be split evenly, the final chunk will be the remaining
* If `array` can't be split evenly, the final chunk will be the remaining
* elements.
*
* @static