Skip to content

Commit

Permalink
Merge pull request caolan#113 from amco/doc_fix
Browse files Browse the repository at this point in the history
Update example to reflect current behavior
  • Loading branch information
Caolan McMahon committed Mar 12, 2012
2 parents 659b995 + b54d0d1 commit 035c5c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
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 035c5c8

Please sign in to comment.