Skip to content

Commit

Permalink
Reign in the ambitious stopwatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Oct 9, 2013
1 parent 7bff422 commit 997b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section-02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runner crosses the finish line.

```lua
stopwatch.start = function(watch)
watch.timer = timer.performWithDelay(100, watch.increment, 0)
watch.timer = timer.performWithDelay(1000, watch.increment, 0)
end
```

Expand Down

0 comments on commit 997b848

Please sign in to comment.