Skip to content

Commit

Permalink
Fix typo to make one of the README examples work
Browse files Browse the repository at this point in the history
  • Loading branch information
wjessop committed Aug 4, 2015
1 parent ac80fae commit 9c8d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ You can also schedule a block to run immediately and periodically with `Timers::
```ruby
now_and_every_five_seconds = timers.now_and_every(5) { puts "Now and in another 5 seconds" }

loop { timer.wait }
loop { timers.wait }
```

If you'd like another method to do the waiting for you, e.g. `Kernel.select`,
Expand Down

0 comments on commit 9c8d9bb

Please sign in to comment.