Skip to content

Commit

Permalink
fix typo in #971
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph committed Dec 16, 2015
1 parent f9f6204 commit 761d83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down

0 comments on commit 761d83b

Please sign in to comment.