[Pkg-javascript-commits] [node-async] 453/480: Update README.md

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:51 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 62eee6ab6c1393b704d5d92a310ced503d540750
Author: Bei Jia <bjia927 at gmail.com>
Date:   Wed Apr 9 11:00:37 2014 -0500

    Update README.md
    
    fixing typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dd40026..8f529ab 100644
--- a/README.md
+++ b/README.md
@@ -210,7 +210,7 @@ async.each(openFiles, function( file, callback) {
     console.log('This file name is too long');
     callback('File name too long');
   } else {
-    // Do work To process file here
+    // Do work to process file here
     console.log('File processed');
     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