mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Remove extraneous description from createAggregator docs. [ci skip]
This commit is contained in:
@@ -3025,8 +3025,7 @@
|
|||||||
/**
|
/**
|
||||||
* Creates a function that aggregates a collection, creating an accumulator
|
* Creates a function that aggregates a collection, creating an accumulator
|
||||||
* object composed from the results of running each element in the collection
|
* 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
|
* through an iteratee.
|
||||||
* object. If `initializer` is provided initializes the accumulator object.
|
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Function} setter The function to set keys and values of the accumulator object.
|
* @param {Function} setter The function to set keys and values of the accumulator object.
|
||||||
|
|||||||
Reference in New Issue
Block a user