summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/ngx.re.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.re.lua')
-rw-r--r--meta/3rd/OpenResty/library/ngx.re.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.re.lua b/meta/3rd/OpenResty/library/ngx.re.lua
index 23055e45..826d9b3d 100644
--- a/meta/3rd/OpenResty/library/ngx.re.lua
+++ b/meta/3rd/OpenResty/library/ngx.re.lua
@@ -91,7 +91,7 @@ function re.opt(option, value) end
---
---@param subj string
---@param regex string
----@param opts ngx.re.options
+---@param opts? ngx.re.options
---@param ctx? ngx.re.ctx
---@param max? number
---@param res? string[]