summaryrefslogtreecommitdiff
path: root/script/meta
diff options
context:
space:
mode:
Diffstat (limited to 'script/meta')
-rw-r--r--script/meta/bee/thread.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/script/meta/bee/thread.lua b/script/meta/bee/thread.lua
index 1691d49a..a29ce971 100644
--- a/script/meta/bee/thread.lua
+++ b/script/meta/bee/thread.lua
@@ -1,9 +1,9 @@
----@meta
+---@meta bee.thread
---@class bee.thread
local thread = {}
----@param time integer
+---@param time number
function thread.sleep(time) end
---@param name string
@@ -15,7 +15,7 @@ function thread.channel(name) end
---@param script string
---@return bee.thread.thread
-function thread.create(script) end
+function thread.thread(script) end
---@return string?
function thread.errlog() end