summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/until.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/until.js b/lib/until.js
index b77b495..0f463dd 100644
--- a/lib/until.js
+++ b/lib/until.js
@@ -27,7 +27,7 @@ import wrapAsync from './internal/wrapAsync';
* @example
* const results = []
* let finished = false
- * async.until(function test(page, cb) {
+ * async.until(function test(cb) {
* cb(null, finished)
* }, function iter(next) {
* fetchPage(url, (err, body) => {