[Pkg-javascript-commits] [node-async] 65/480: add commas to waterfall example in REAMDE - thanks dbro

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:13 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 eac373daad9e6eae0d309f5d891a9dd4afe56719
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date:   Mon Dec 6 20:00:23 2010 +0000

    add commas to waterfall example in REAMDE - thanks dbro
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b212910..196740a 100644
--- a/README.md
+++ b/README.md
@@ -635,10 +635,10 @@ __Example__
     async.waterfall([
         function(callback){
             callback(null, 'one', 'two');
-        }
+        },
         function(arg1, arg2, callback){
             callback(null, 'three');
-        }
+        },
         function(arg1, callback){
             // arg1 now equals 'three'
             callback(null, 'done');

-- 
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