summaryrefslogtreecommitdiff
path: root/lib/eachSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachSeries.js')
-rw-r--r--lib/eachSeries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachSeries.js b/lib/eachSeries.js
index 1b8e589..0839d8c 100644
--- a/lib/eachSeries.js
+++ b/lib/eachSeries.js
@@ -11,7 +11,7 @@ import doLimit from './internal/doLimit';
* @see [async.each]{@link module:Collections.each}
* @alias forEachSeries
* @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 function to apply to each
* item in `coll`. The iteratee is passed a `callback(err)` which must be called
* once it has completed. If no error has occurred, the `callback` should be run