[Pkg-javascript-commits] [node-async] 311/480: fixed a typo
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:37 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 ee51a66a49abfd843cb4de0fed5f10e59ecb052f
Author: Brian Maissy <brian.maissy at gmail.com>
Date: Mon Mar 11 11:51:25 2013 +0200
fixed a typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 75b2a12..631186e 100644
--- a/README.md
+++ b/README.md
@@ -1008,7 +1008,7 @@ __Example__
var cargo = async.cargo(function (tasks, callback) {
for(var i=0; i<tasks.length; i++){
- console.log('hello ' + task[i].name);
+ console.log('hello ' + tasks[i].name);
}
callback();
}, 2);
--
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