summaryrefslogtreecommitdiff
path: root/lib/eachOfLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachOfLimit.js')
-rw-r--r--lib/eachOfLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachOfLimit.js b/lib/eachOfLimit.js
index 55d60e3..c3b4567 100644
--- a/lib/eachOfLimit.js
+++ b/lib/eachOfLimit.js
@@ -11,7 +11,7 @@ import _eachOfLimit from './internal/eachOfLimit';
* @see [async.eachOf]{@link module:Collections.eachOf}
* @alias forEachOfLimit
* @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 function to apply to each
* item in `coll`. The `key` is the item's key, or index in the case of an