From 761d83bab51ddc09484f131f0181d50283c6cc47 Mon Sep 17 00:00:00 2001 From: Charlie Rudolph Date: Wed, 16 Dec 2015 08:53:15 -0700 Subject: [PATCH] fix typo in #971 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9b5eb15..0ec79c171 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.**