diff --git a/lodash.js b/lodash.js index 01785407f..22fe0eb41 100644 --- a/lodash.js +++ b/lodash.js @@ -2159,8 +2159,7 @@ } /** - * 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.