summaryrefslogtreecommitdiff
path: root/lib/everyLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/everyLimit.js')
-rw-r--r--lib/everyLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/everyLimit.js b/lib/everyLimit.js
index 1ba2858..9bcebb1 100644
--- a/lib/everyLimit.js
+++ b/lib/everyLimit.js
@@ -12,7 +12,7 @@ import notId from './internal/notId';
* @see [async.every]{@link module:Collections.every}
* @alias allLimit
* @category Collection
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @param {number} limit - The maximum number of async operations at a time.
* @param {Function} iteratee - A truth test to apply to each item in the
* collection in parallel. The iteratee is passed a `callback(err, truthValue)`