summaryrefslogtreecommitdiff
path: root/lib/eachOf.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachOf.js')
-rw-r--r--lib/eachOf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachOf.js b/lib/eachOf.js
index b51fefb..4d453c5 100644
--- a/lib/eachOf.js
+++ b/lib/eachOf.js
@@ -12,7 +12,7 @@ import doLimit from './internal/doLimit';
* @alias forEachOf
* @category Collection
* @see [async.each]{@link module:Collections.each}
- * @param {Array|Object} coll - A collection to iterate over.
+ * @param {Array|Iterable|Object} coll - A collection to iterate over.
* @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
* array. The iteratee is passed a `callback(err)` which must be called once it