Skip to content

Commit 39b0789

Browse files
committed
修复thread的meta文件
1 parent 74134c9 commit 39b0789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/meta/bee/thread.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---@meta
1+
---@meta bee.thread
22

33
---@class bee.thread
44
local thread = {}
55

6-
---@param time integer
6+
---@param time number
77
function thread.sleep(time) end
88

99
---@param name string
@@ -15,7 +15,7 @@ function thread.channel(name) end
1515

1616
---@param script string
1717
---@return bee.thread.thread
18-
function thread.create(script) end
18+
function thread.thread(script) end
1919

2020
---@return string?
2121
function thread.errlog() end

0 commit comments

Comments
 (0)