We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f6204 commit 761d83bCopy full SHA for 761d83b
README.md
@@ -628,7 +628,7 @@ __Arguments__
628
in parallel. The iterator is passed a `callback(truthValue)` which must be
629
called with a boolean argument once it has completed.
630
* `callback(result)` - *Optional* A callback which is called as soon as any iterator returns
631
- `true`, or after all the iterator functions have finished. Result will be
+ `false`, or after all the iterator functions have finished. Result will be
632
either `true` or `false` depending on the values of the async tests.
633
634
**Note: the callbacks do not take an error as their first argument.**
0 commit comments