Skip to content

Commit

Permalink
Fix code until code example
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Feb 27, 2020
1 parent 4e23a9d commit df87030
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 df87030

Please sign in to comment.