summaryrefslogtreecommitdiff
path: root/lib/until.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/until.js')
-rw-r--r--lib/until.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/until.js b/lib/until.js
index 23a3ca5..7b0b0b5 100644
--- a/lib/until.js
+++ b/lib/until.js
@@ -1,9 +1,6 @@
import whilst from './whilst';
/**
- * ```
- * import whilst from 'async/whilst'
- * ```
* Repeatedly call `fn` until `test` returns `true`. Calls `callback` when
* stopped, or an error occurs. `callback` will be passed an error and any
* arguments passed to the final `fn`'s callback.