timers: fix documentation

This commit is contained in:
NullBite 2023-06-25 01:32:21 -04:00
parent 27657e4ef3
commit 75c94df180
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -33,7 +33,7 @@ do
--it can be overwritten.
---@param ticks integer Number of ticks to wait
---@param next function Callback to run
---@param name function Name of callback
---@param name string Name of callback
function namedWait(ticks, next, name)
-- main difference, this will overwrite an existing timer with
-- the same name