Reduce description mentions of eachFunc. [ci skip]

This commit is contained in:
John-David Dalton
2016-01-16 00:30:55 -08:00
parent b77248c975
commit 67cd43d97a

View File

@@ -693,7 +693,7 @@
/** /**
* The base implementation of methods like `_.find` and `_.findKey`, without * The base implementation of methods like `_.find` and `_.findKey`, without
* support for iteratee shorthands, which iterates over `collection` using * support for iteratee shorthands, which iterates over `collection` using
* the provided `eachFunc`. * `eachFunc`.
* *
* @private * @private
* @param {Array|Object} collection The collection to search. * @param {Array|Object} collection The collection to search.
@@ -761,8 +761,7 @@
/** /**
* The base implementation of `_.reduce` and `_.reduceRight`, without support * The base implementation of `_.reduce` and `_.reduceRight`, without support
* for iteratee shorthands, which iterates over `collection` using the provided * for iteratee shorthands, which iterates over `collection` using `eachFunc`.
* `eachFunc`.
* *
* @private * @private
* @param {Array|Object} collection The collection to iterate over. * @param {Array|Object} collection The collection to iterate over.