Remove extraneous description from createAggregator docs. [ci skip]

This commit is contained in:
jdalton
2015-02-11 08:30:46 -08:00
parent 6ec5249492
commit b0ff6f4c7b

View File

@@ -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.