Skip to content

Commit

Permalink
Merge pull request #96 from JoshuaKGoldberg/patch-1
Browse files Browse the repository at this point in the history
Removed extra comma in setImmediate's description
  • Loading branch information
cjohansen committed Feb 25, 2017
2 parents 9b2b875 + 6c2f655 commit e3ce0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -147,7 +147,7 @@ Clears the timer given the ID or timer object, as long as it was created using

### `var id = clock.setImmediate(callback)`

Schedules the callback, to be fired once `0` milliseconds have ticked by. Note
Schedules the callback to be fired once `0` milliseconds have ticked by. Note
that you'll still have to call `clock.tick()` for the callback to fire. If
called during a tick the callback won't fire until `1` millisecond has ticked
by.
Expand Down

0 comments on commit e3ce0aa

Please sign in to comment.