diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx/pipe.lua | 2 | ||||
-rw-r--r-- | meta/3rd/OpenResty/library/ngx/semaphore.lua | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/3rd/OpenResty/library/ngx/pipe.lua b/meta/3rd/OpenResty/library/ngx/pipe.lua index 3f58c9cb..c0190e3a 100644 --- a/meta/3rd/OpenResty/library/ngx/pipe.lua +++ b/meta/3rd/OpenResty/library/ngx/pipe.lua @@ -73,7 +73,7 @@ pipe.version = require("resty.core.base").version ---``` --- --- ----@param args table[]|string +---@param args string[]|string ---@param opts? ngx.pipe.spawn.opts ---@return ngx.pipe.proc? proc ---@return string? error diff --git a/meta/3rd/OpenResty/library/ngx/semaphore.lua b/meta/3rd/OpenResty/library/ngx/semaphore.lua index 105262e6..cd5c7586 100644 --- a/meta/3rd/OpenResty/library/ngx/semaphore.lua +++ b/meta/3rd/OpenResty/library/ngx/semaphore.lua @@ -1,6 +1,8 @@ ---@meta ---@class ngx.semaphore +--- sem is the internal c handler +---@field sem userdata local semaphore = { version = require("resty.core.base").version, } |