Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
Noticed this in the docs.
  • Loading branch information
Nicholaiii authored Oct 12, 2016
1 parent 7d6ec8b commit ee1dd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/race.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import once from './internal/once';

/**
* Runs the `tasks` array of functions in parallel, without waiting until the
* previous function has completed. Once any the `tasks` completed or pass an
* previous function has completed. Once any of the `tasks` completed or pass an
* error to its callback, the main `callback` is immediately called. It's
* equivalent to `Promise.race()`.
*
Expand Down

0 comments on commit ee1dd28

Please sign in to comment.