summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/curry.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/curry.js')
-rw-r--r--tools/eslint/node_modules/lodash/curry.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/curry.js b/tools/eslint/node_modules/lodash/curry.js
index 1c5e8a5fb4..2f85624c4a 100644
--- a/tools/eslint/node_modules/lodash/curry.js
+++ b/tools/eslint/node_modules/lodash/curry.js
@@ -17,10 +17,11 @@ var CURRY_FLAG = 8;
*
* @static
* @memberOf _
+ * @since 2.0.0
* @category Function
* @param {Function} func The function to curry.
* @param {number} [arity=func.length] The arity of `func`.
- * @param- {Object} [guard] Enables use as an iteratee for functions like `_.map`.
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
* @returns {Function} Returns the new curried function.
* @example
*