summaryrefslogtreecommitdiff
path: root/lib/doUntil.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/doUntil.js')
-rw-r--r--lib/doUntil.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/doUntil.js b/lib/doUntil.js
index 01f114c..ee9f257 100644
--- a/lib/doUntil.js
+++ b/lib/doUntil.js
@@ -6,8 +6,9 @@ import doWhilst from './doWhilst';
*
* @name doUntil
* @static
- * @memberOf async
- * @see async.doWhilst
+ * @memberOf module:async
+ * @method
+ * @see [async.doWhilst]{@link module:async.doWhilst}
* @category Control Flow
* @param {Function} fn - A function which is called each time `test` fails.
* The function is passed a `callback(err)`, which must be called once it has