Tweak _.max and _.min documentation. [ci skip]

Former-commit-id: c8506aa1b15143bc8ee1eea59027eed188a745ba
This commit is contained in:
John-David Dalton
2012-11-04 18:36:05 -08:00
parent c507887bdd
commit 04bfe098ed
2 changed files with 4 additions and 4 deletions

View File

@@ -2105,7 +2105,7 @@
* @static
* @memberOf _
* @category Collections
* @param {Array|Object|String} collection The collection to iterate over.
* @param {Array|Object} collection The collection to iterate over.
* @param {Function} [callback] The function called per iteration.
* @param {Mixed} [thisArg] The `this` binding of `callback`.
* @returns {Mixed} Returns the maximum value.
@@ -2154,7 +2154,7 @@
* @static
* @memberOf _
* @category Collections
* @param {Array|Object|String} collection The collection to iterate over.
* @param {Array|Object} collection The collection to iterate over.
* @param {Function} [callback] The function called per iteration.
* @param {Mixed} [thisArg] The `this` binding of `callback`.
* @returns {Mixed} Returns the minimum value.