diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/core/base.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/resty/core/base.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/OpenResty/library/resty/core/base.lua b/meta/3rd/OpenResty/library/resty/core/base.lua index 61cd29e5..d84c3486 100644 --- a/meta/3rd/OpenResty/library/resty/core/base.lua +++ b/meta/3rd/OpenResty/library/resty/core/base.lua @@ -17,7 +17,7 @@ function resty_core_base.get_request() end function resty_core_base.get_size_ptr() end ---@param size number ----@param must_alloc boolean +---@param must_alloc? boolean ---@return userdata function resty_core_base.get_string_buf(size, must_alloc) end |