mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +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
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user