From cd5994c518513a5adca92bdc14b6d721b95310ac Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 1 Dec 2012 18:40:57 -0500 Subject: Updated parameter LuaDoc. --- core/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 8ac2dade..19b484ef 100644 --- a/core/init.lua +++ b/core/init.lua @@ -135,9 +135,9 @@ local reset -- Calls the function *f* with the given arguments after *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 the function after. +-- @param interval The interval in seconds to call *f* after. -- @param f The function to call. --- @param ... Additional arguments to pass to `f`. +-- @param ... Additional arguments to pass to *f*. -- @class function -- @name timeout local timeout -- cgit v1.2.3