diff options
Diffstat (limited to 'tools/eslint/node_modules/lodash/_baseIndexOfWith.js')
-rw-r--r-- | tools/eslint/node_modules/lodash/_baseIndexOfWith.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/_baseIndexOfWith.js b/tools/eslint/node_modules/lodash/_baseIndexOfWith.js index 8be568af26..f815fe0dda 100644 --- a/tools/eslint/node_modules/lodash/_baseIndexOfWith.js +++ b/tools/eslint/node_modules/lodash/_baseIndexOfWith.js @@ -2,7 +2,7 @@ * This function is like `baseIndexOf` except that it accepts a comparator. * * @private - * @param {Array} array The array to search. + * @param {Array} array The array to inspect. * @param {*} value The value to search for. * @param {number} fromIndex The index to search from. * @param {Function} comparator The comparator invoked per element. |