summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubyTuesdayDONO <ReubenGarrett@GMail.com>2013-03-07 11:51:57 -0600
committerRubyTuesdayDONO <ReubenGarrett@GMail.com>2013-03-07 11:51:57 -0600
commitec24bf0671d4526632bd9c63bf0f34be9eb29810 (patch)
tree03107fba30cc66be8a80e2c2ca708f265c78ba67
parent82e638c909d4effb4108665918d771d08e9d8b9e (diff)
downloadasync-ec24bf0671d4526632bd9c63bf0f34be9eb29810.tar.gz
Fix verb agreement
fixed verb agreement ("should be process" -> "should be processed"); rephrased explanation of payload default. 
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1716476..95fbfe4 100644
--- a/README.md
+++ b/README.md
@@ -952,7 +952,7 @@ __Arguments__
tasks, which must call its callback(err) argument when finished, with an
optional error as an argument.
* payload - An optional integer for determining how many tasks should be
- process per round, default is unlimited.
+ processed per round; if omitted, the default is unlimited.
__Cargo objects__