[Pkg-javascript-commits] [node-async] 317/480: README: fix mapLimit example

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:38 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 ab564d34a1aca72811010359d6579861355cd3dd
Author: Dmitry Bochkarev <dimabochkarev at gmail.com>
Date:   Mon Mar 18 14:05:46 2013 +0500

    README: fix mapLimit example
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c5e8b51..41a5f9d 100644
--- a/README.md
+++ b/README.md
@@ -295,7 +295,7 @@ __Arguments__
 __Example__
 
 ```js
-async.map(['file1','file2','file3'], 1, fs.stat, function(err, results){
+async.mapLimit(['file1','file2','file3'], 1, fs.stat, function(err, results){
     // results is now an array of stats for each file
 });
 ```

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