summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/overEvery.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/overEvery.js')
-rw-r--r--tools/eslint/node_modules/lodash/overEvery.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/overEvery.js b/tools/eslint/node_modules/lodash/overEvery.js
index bad7a5a726..28a873907e 100644
--- a/tools/eslint/node_modules/lodash/overEvery.js
+++ b/tools/eslint/node_modules/lodash/overEvery.js
@@ -3,10 +3,11 @@ var arrayEvery = require('./_arrayEvery'),
/**
* Creates a function that checks if **all** of the `predicates` return
- * truthy when invoked with the arguments provided to the created function.
+ * truthy when invoked with the arguments it receives.
*
* @static
* @memberOf _
+ * @since 4.0.0
* @category Util
* @param {...(Function|Function[])} predicates The predicates to check.
* @returns {Function} Returns the new function.