summaryrefslogtreecommitdiff
path: root/lib/whilst.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/whilst.js')
-rw-r--r--lib/whilst.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/whilst.js b/lib/whilst.js
index ee1c19a..3311f4c 100644
--- a/lib/whilst.js
+++ b/lib/whilst.js
@@ -7,7 +7,8 @@ import rest from 'lodash/rest';
*
* @name whilst
* @static
- * @memberOf async
+ * @memberOf module:ControlFlow
+ * @method
* @category Control Flow
* @param {Function} test - synchronous truth test to perform before each
* execution of `fn`. Invoked with ().