summaryrefslogtreecommitdiff
path: root/lib/iterator.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/iterator.js')
-rw-r--r--lib/iterator.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/iterator.js b/lib/iterator.js
index b37c18a..fafd960 100644
--- a/lib/iterator.js
+++ b/lib/iterator.js
@@ -8,7 +8,8 @@
*
* @name iterator
* @static
- * @memberOf async
+ * @memberOf module:ControlFlow
+ * @method
* @category Control Flow
* @param {Array} tasks - An array of functions to run.
* @returns The next function to run in the series.