Skip to content

Commit

Permalink
Removed extra comma in setImmediate's description
Browse files Browse the repository at this point in the history
Fixes #94.
  • Loading branch information
Josh Goldberg committed Jan 17, 2017
1 parent dd89315 commit 6c2f655
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 6c2f655

Please sign in to comment.