[Pkg-javascript-commits] [node-async] 351/480: Update README.md
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:41 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 5808951d67ed4326a1cf7dac12c7e692dcc43d4e
Author: Esco Obong <menzoic at gmail.com>
Date: Fri Aug 23 15:11:03 2013 -0400
Update README.md
Added comment to waterfall example
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 31cfbab..a20f068 100644
--- a/README.md
+++ b/README.md
@@ -824,6 +824,7 @@ async.waterfall([
callback(null, 'one', 'two');
},
function(arg1, arg2, callback){
+ // arg1 now equals 'one' and arg2 now equals 'two'
callback(null, 'three');
},
function(arg1, callback){
--
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