summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/rearg.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/rearg.js')
-rw-r--r--tools/eslint/node_modules/lodash/rearg.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/eslint/node_modules/lodash/rearg.js b/tools/eslint/node_modules/lodash/rearg.js
index 912312843b..6648ec834e 100644
--- a/tools/eslint/node_modules/lodash/rearg.js
+++ b/tools/eslint/node_modules/lodash/rearg.js
@@ -16,8 +16,7 @@ var REARG_FLAG = 256;
* @since 3.0.0
* @category Function
* @param {Function} func The function to rearrange arguments for.
- * @param {...(number|number[])} indexes The arranged argument indexes,
- * specified individually or in arrays.
+ * @param {...(number|number[])} indexes The arranged argument indexes.
* @returns {Function} Returns the new function.
* @example
*