diff --git a/lodash.js b/lodash.js index 7c6045ea0..fae6f2d47 100644 --- a/lodash.js +++ b/lodash.js @@ -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