[Pkg-javascript-commits] [node-async] 353/480: Changed `async.map` to `async.mapLimit` in mapLimit example
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:41 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 daf51909811219005ee778cd064121149a7ed808
Author: Lupo Montero <lupo at e-noise.com>
Date: Sat Oct 19 17:18:31 2013 +0100
Changed `async.map` to `async.mapLimit` in mapLimit example
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 31cfbab..aff0040 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