mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Fix _.reduce doc
This commit is contained in:
@@ -6609,7 +6609,7 @@
|
|||||||
* each element in `collection` through `iteratee`, where each successive
|
* each element in `collection` through `iteratee`, where each successive
|
||||||
* invocation is supplied the return value of the previous. If `accumulator`
|
* invocation is supplied the return value of the previous. If `accumulator`
|
||||||
* is not provided the first element of `collection` is used as the initial
|
* is not provided the first element of `collection` is used as the initial
|
||||||
* value. The `iteratee` is bound to `thisArg`and invoked with four arguments;
|
* value. The `iteratee` is bound to `thisArg` and invoked with four arguments:
|
||||||
* (accumulator, value, index|key, collection).
|
* (accumulator, value, index|key, collection).
|
||||||
*
|
*
|
||||||
* Many lodash methods are guarded to work as interatees for methods like
|
* Many lodash methods are guarded to work as interatees for methods like
|
||||||
|
|||||||
Reference in New Issue
Block a user