mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Bump to v3.7.0.
This commit is contained in:
@@ -27,8 +27,8 @@ import createReduce from '../internal/createReduce';
|
||||
* @returns {*} Returns the accumulated value.
|
||||
* @example
|
||||
*
|
||||
* _.reduce([1, 2], function(sum, n) {
|
||||
* return sum + n;
|
||||
* _.reduce([1, 2], function(total, n) {
|
||||
* return total + n;
|
||||
* });
|
||||
* // => 3
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user