[Pkg-javascript-commits] [node-async] 117/480: Fix extra curly brace in whilst example

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:18 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 841da2826a858d018f5152ed02364c43ec95e212
Author: alFReD-NSH <FaridN_SOAD at yahoo.com>
Date:   Fri Nov 4 20:22:01 2011 +0800

    Fix extra curly brace in whilst example
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f3c44ac..94ee562 100644
--- a/README.md
+++ b/README.md
@@ -626,7 +626,7 @@ __Example__
         function (err) {
             // 5 seconds have passed
         }
-    });
+    );
 
 
 ---------------------------------------

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