From 5e1fd9e925cc3ed5ffeb9e843727be9063ab9d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Tue, 3 Mar 2020 12:55:44 -0500 Subject: Fix code until code example (#1708) --- lib/until.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/until.js') 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) => { -- cgit v1.2.1