summaryrefslogtreecommitdiff
path: root/lib/series.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/series.js')
-rw-r--r--lib/series.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/series.js b/lib/series.js
index 1969943..7955cf2 100644
--- a/lib/series.js
+++ b/lib/series.js
@@ -27,7 +27,7 @@ import eachOfSeries from './eachOfSeries';
* @memberOf module:ControlFlow
* @method
* @category Control Flow
- * @param {Array|Object} tasks - A collection containing functions to run, each
+ * @param {Array|Iterable|Object} tasks - A collection containing functions to run, each
* function is passed a `callback(err, result)` it must call on completion with
* an error `err` (which can be `null`) and an optional `result` value.
* @param {Function} [callback] - An optional callback to run once all the