diff --git a/timerhandler.go b/timerhandler.go index 0594c23..df33d36 100644 --- a/timerhandler.go +++ b/timerhandler.go @@ -137,11 +137,11 @@ An example of usage: local t = hilbish.timers.create(1, 5000, function() print 'hello!' end) -``` t:stop() print(t.running, t.duration, t.type) t:start() +``` */ func (th *timersModule) loader(rtm *rt.Runtime) *rt.Table { timerMethods := rt.NewTable()