summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoanna Trela <joannatrela@Joannas-MacBook-Air.local>2014-05-24 15:55:22 +0200
committerBeau Gunderson <beau@beaugunderson.com>2014-11-21 15:37:04 -0800
commit63d4e88857c7793857a72b6ce5e18512b5175ead (patch)
tree92780125fb2e510bc7ab3225df5be34fc0c854fc
parentec7a9dc172936451037f174ff41df595cd84d4c7 (diff)
downloadasync-63d4e88857c7793857a72b6ce5e18512b5175ead.tar.gz
#524 async.queue documentation typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be48cea..279cde9 100644
--- a/README.md
+++ b/README.md
@@ -1115,7 +1115,7 @@ q.push({name: 'bar'}, function (err) {
// add some items to the queue (batch-wise)
q.push([{name: 'baz'},{name: 'bay'},{name: 'bax'}], function (err) {
- console.log('finished processing bar');
+ console.log('finished processing item');
});
// add some items to the front of the queue