Skip to content

Commit

Permalink
Update example to reflect current behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
iangreenleaf committed Mar 12, 2012
1 parent 659b995 commit b54d0d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,8 @@ __Example__
],
// optional callback
function(err, results){
// in this case, the results array will equal ['two','one']
// because the functions were run in parallel and the second
// function had a shorter timeout before calling the callback.
// the results array will equal ['one','two'] even though
// the second function had a shorter timeout.
});


Expand Down

0 comments on commit b54d0d1

Please sign in to comment.