aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-11-10 15:13:24 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-11-10 15:13:24 -0500
commit016a8056f01221faa5ccee3581e488bd98650401 (patch)
treec28b7ca024cd236347f948b004a7a376728fec71 /core/init.lua
parent4c01bce7d482d1f509f89e5b8304564007947a24 (diff)
Updated LuaDoc.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/init.lua b/core/init.lua
index e38b031a..7314ae01 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -113,9 +113,9 @@ local quit
local reset
---
--- Calls function *f* with the given arguments after *interval* seconds and then
--- repeatedly while *f* returns `true`. A `nil` or `false` return value stops
--- repetition.
+-- Calls function *f* with the given arguments after number *interval* seconds
+-- and then repeatedly while *f* returns `true`. A `nil` or `false` return value
+-- stops repetition.
-- @param interval The interval in seconds to call *f* after.
-- @param f The function to call.
-- @param ... Additional arguments to pass to *f*.