Skip to content

Commit

Permalink
Fix code until code example (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Mar 3, 2020
1 parent 4e23a9d commit 5e1fd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/until.js
Expand Up @@ -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) => {
Expand Down

0 comments on commit 5e1fd9e

Please sign in to comment.