summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/core/base.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-17 17:30:08 +0800
committerGitHub <noreply@github.com>2022-11-17 17:30:08 +0800
commitd33debdaa7d8748beef0e0365f0314222006058e (patch)
treecaa39e1ac44b0ad0310308d89078a0de7748839b /meta/3rd/OpenResty/library/resty/core/base.lua
parente54fb73d81459fcee1e8402da422f56d00684921 (diff)
parent30964ab86e315ccf45a5f6dd2432d70317fb9357 (diff)
downloadlua-language-server-d33debdaa7d8748beef0e0365f0314222006058e.zip
Merge pull request #1706 from fesily/fix-some-doc-error
fix some doc error
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/core/base.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty/core/base.lua2
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