Skip to content

Commit

Permalink
Merge pull request #1302 from Nicholaiii/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
Hubert Argasinski authored Oct 12, 2016
2 parents 7d6ec8b + ee1dd28 commit df05afb
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 df05afb

Please sign in to comment.