diff options
Diffstat (limited to 'tools/eslint/node_modules/lodash/_assocIndexOf.js')
-rw-r--r-- | tools/eslint/node_modules/lodash/_assocIndexOf.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/eslint/node_modules/lodash/_assocIndexOf.js b/tools/eslint/node_modules/lodash/_assocIndexOf.js index 958c8d8f58..8f2c41fbcd 100644 --- a/tools/eslint/node_modules/lodash/_assocIndexOf.js +++ b/tools/eslint/node_modules/lodash/_assocIndexOf.js @@ -1,8 +1,7 @@ var eq = require('./eq'); /** - * Gets the index at which the first occurrence of `key` is found in `array` - * of key-value pairs. + * Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to search. |