Skip to content

Commit

Permalink
Merge 5d33b2a into 1feecdc
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Jan 31, 2020
2 parents 1feecdc + 5d33b2a commit bbdca89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3/whilst.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 class="page-title">whilst.js</h1>
*
* var count = 0;
* async.whilst(
* function test(cb) { cb(null, count &lt; 5;) },
* function test(cb) { cb(null, count &lt; 5); },
* function iter(callback) {
* count++;
* setTimeout(function() {
Expand Down

0 comments on commit bbdca89

Please sign in to comment.