summaryrefslogtreecommitdiff
path: root/lib/parallel.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parallel.js')
-rw-r--r--lib/parallel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parallel.js b/lib/parallel.js
index 1f6a3cc..67d6180 100644
--- a/lib/parallel.js
+++ b/lib/parallel.js
@@ -24,7 +24,7 @@ import doLimit from './internal/doLimit';
* @memberOf module:ControlFlow
* @method
* @category Control Flow
- * @param {Array|Object} tasks - A collection containing functions to run.
+ * @param {Array|Iterable|Object} tasks - A collection containing functions to run.
* Each function is passed a `callback(err, result)` which it must call on
* completion with an error `err` (which can be `null`) and an optional `result`
* value.