summaryrefslogtreecommitdiff
path: root/lib/every.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/every.js')
-rw-r--r--lib/every.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/every.js b/lib/every.js
index 147c54a..8b2ad05 100644
--- a/lib/every.js
+++ b/lib/every.js
@@ -11,7 +11,7 @@ import doLimit from './internal/doLimit';
* @method
* @alias all
* @category Collection
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A truth test to apply to each item in the
* collection in parallel. The iteratee is passed a `callback(err, truthValue)`
* which must be called with a boolean argument once it has completed. Invoked