Fix _.findIndex and _.findKey doc typos.

Former-commit-id: 7d4ae05db116e324b4b143e77bca67787476030f
This commit is contained in:
John-David Dalton
2013-03-18 01:49:36 -06:00
parent 17eda2a4cc
commit f5dd05ba8e
4 changed files with 131 additions and 159 deletions

View File

@@ -890,8 +890,7 @@
*
* @static
* @memberOf _
* @alias detect
* @category Object
* @category Objects
* @param {Array|Object|String} collection The collection to iterate over.
* @param {Function|Object|String} [callback=identity] The function called per
* iteration. If a property name or object is passed, it will be used to create
@@ -3292,7 +3291,6 @@
*
* @static
* @memberOf _
* @alias detect
* @category Arrays
* @param {Array|Object|String} collection The collection to iterate over.
* @param {Function|Object|String} [callback=identity] The function called per

4
dist/lodash.js vendored
View File

@@ -715,8 +715,7 @@
*
* @static
* @memberOf _
* @alias detect
* @category Object
* @category Objects
* @param {Array|Object|String} collection The collection to iterate over.
* @param {Function|Object|String} [callback=identity] The function called per
* iteration. If a property name or object is passed, it will be used to create
@@ -3092,7 +3091,6 @@
*
* @static
* @memberOf _
* @alias detect
* @category Arrays
* @param {Array|Object|String} collection The collection to iterate over.
* @param {Function|Object|String} [callback=identity] The function called per