Skip to content

Commit 761d83b

Browse files
fix typo in #971
1 parent f9f6204 commit 761d83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ __Arguments__
628628
in parallel. The iterator is passed a `callback(truthValue)` which must be
629629
called with a boolean argument once it has completed.
630630
* `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
631+
`false`, or after all the iterator functions have finished. Result will be
632632
either `true` or `false` depending on the values of the async tests.
633633

634634
**Note: the callbacks do not take an error as their first argument.**

0 commit comments

Comments
 (0)