Skip to content

Commit

Permalink
Merge pull request #980 from charlierudolph/patch-1
Browse files Browse the repository at this point in the history
fix typo in #971
  • Loading branch information
aearly committed Dec 16, 2015
2 parents f9f6204 + 761d83b commit b9cc289
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 b9cc289

Please sign in to comment.