summaryrefslogtreecommitdiff
path: root/lib/eachLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachLimit.js')
-rw-r--r--lib/eachLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachLimit.js b/lib/eachLimit.js
index a46eb9d..c6bce8c 100644
--- a/lib/eachLimit.js
+++ b/lib/eachLimit.js
@@ -11,7 +11,7 @@ import withoutIndex from './internal/withoutIndex';
* @see [async.each]{@link module:Collections.each}
* @alias forEachLimit
* @category Collection
- * @param {Array|Object} coll - A colleciton to iterate over.
+ * @param {Array|Iterable|Object} coll - A colleciton to iterate over.
* @param {number} limit - The maximum number of async operations at a time.
* @param {Function} iteratee - A function to apply to each item in `coll`. The
* iteratee is passed a `callback(err)` which must be called once it has