[Pkg-javascript-commits] [node-async] 168/480: Update example to reflect current behavior
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit b54d0d183595395ef6e96ca088312b2b0baed3e3
Author: Ian Young <ian.greenleaf at gmail.com>
Date: Mon Mar 12 14:13:08 2012 -0700
Update example to reflect current behavior
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0cf7fc9..1bbbc47 100644
--- a/README.md
+++ b/README.md
@@ -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.
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list