[Pkg-javascript-commits] [node-async] 337/480: Fixed syntax error in async auto example
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:40 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 e804c3e496ae72ec188949b93c65df6e2582ec3a
Author: ChrisWren <cthewren at gmail.com>
Date: Sat Jul 6 07:58:46 2013 -0700
Fixed syntax error in async auto example
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9ff1acf..31cfbab 100644
--- a/README.md
+++ b/README.md
@@ -1062,7 +1062,7 @@ extra argument. For example, this snippet of code:
```js
async.auto({
- readData: async.apply(fs.readFile, 'data.txt', 'utf-8');
+ readData: async.apply(fs.readFile, 'data.txt', 'utf-8')
}, 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