summaryrefslogtreecommitdiff
path: root/lib/concatSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/concatSeries.js')
-rw-r--r--lib/concatSeries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/concatSeries.js b/lib/concatSeries.js
index c5dfb61..77b439b 100644
--- a/lib/concatSeries.js
+++ b/lib/concatSeries.js
@@ -10,7 +10,7 @@ import doSeries from './internal/doSeries';
* @method
* @see [async.concat]{@link module:Collections.concat}
* @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, results)` which must be called once
* it has completed with an error (which can be `null`) and an array of results.