diff --git a/lodash.src.js b/lodash.src.js index d9493dec6..fe4ce5021 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -3025,8 +3025,7 @@ /** * Creates a function that aggregates a collection, creating an accumulator * object composed from the results of running each element in the collection - * through an iteratee. The `setter` sets the keys and values of the accumulator - * object. If `initializer` is provided initializes the accumulator object. + * through an iteratee. * * @private * @param {Function} setter The function to set keys and values of the accumulator object.