From b0ff6f4c7b400da562b932f35de73209259585e1 Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 11 Feb 2015 08:30:46 -0800 Subject: [PATCH] Remove extraneous description from `createAggregator` docs. [ci skip] --- lodash.src.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.