diff options
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |