summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharlie Rudolph <charles.w.rudolph@gmail.com>2015-12-16 08:53:15 -0700
committerCharlie Rudolph <charles.w.rudolph@gmail.com>2015-12-16 08:53:15 -0700
commit761d83bab51ddc09484f131f0181d50283c6cc47 (patch)
treec5da478f7d9a80215f376dac7d906f2e3a7aad5d /README.md
parentf9f62043460e16db0f5bf42045228db150590171 (diff)
downloadasync-761d83bab51ddc09484f131f0181d50283c6cc47.tar.gz
fix typo in #971
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c9b5eb..0ec79c1 100644
--- a/README.md
+++ b/README.md
@@ -628,7 +628,7 @@ __Arguments__
in parallel. The iterator is passed a `callback(truthValue)` which must be
called with a boolean argument once it has completed.
* `callback(result)` - *Optional* A callback which is called as soon as any iterator returns
- `true`, or after all the iterator functions have finished. Result will be
+ `false`, or after all the iterator functions have finished. Result will be
either `true` or `false` depending on the values of the async tests.
**Note: the callbacks do not take an error as their first argument.**