summaryrefslogtreecommitdiff
path: root/lib/forever.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forever.js')
-rw-r--r--lib/forever.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/forever.js b/lib/forever.js
index 4708d21..0147395 100644
--- a/lib/forever.js
+++ b/lib/forever.js
@@ -13,7 +13,8 @@ import ensureAsync from './ensureAsync';
*
* @name forever
* @static
- * @memberOf async
+ * @memberOf module:ControlFlow
+ * @method
* @category Control Flow
* @param {Function} fn - a function to call repeatedly. Invoked with (next).
* @param {Function} [errback] - when `fn` passes an error to it's callback,