mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Fix minor doc typo in _.chunk. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
300dee34bd
commit
b1f6bc72f4
@@ -5237,7 +5237,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of elements split into groups the length of `size`.
|
* 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.
|
* elements.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user