[Pkg-javascript-commits] [node-async] 97/480: Fixed a typo in the queue sample

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:16 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 5804a81f94c8c44d7cc29722a19f465db26b0035
Author: Bruno Bigras <bigras.bruno at gmail.com>
Date:   Fri Aug 26 17:49:38 2011 -0300

    Fixed a typo in the queue sample
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 31f5a42..419fa07 100644
--- a/README.md
+++ b/README.md
@@ -683,7 +683,7 @@ __Example__
     // create a queue object with concurrency 2
 
     var q = async.queue(function (task, callback) {
-        console.log('hello ' + task.name).
+        console.log('hello ' + task.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