File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ local rx = radix.new({
180180` syntax: metadata = rx:match(path, opts) `
181181
182182* ` path ` : client request path.
183- * ` opts ` : a Lua tale (optional).
183+ * ` opts ` : a Lua table (optional).
184184 * ` method ` : optional, method name of client request.
185185 * ` host ` : optional, client request host.
186186 * ` remote_addr ` : optional, client remote address like ` 192.168.1.100 ` .
@@ -200,7 +200,7 @@ local metadata = rx:match(ngx.var.uri, {...})
200200` syntax: ok = rx:dispatch(path, opts, ...) `
201201
202202* ` path ` : client request path.
203- * ` opts ` : a Lua tale (optional).
203+ * ` opts ` : a Lua table (optional).
204204 * ` method ` : optional, method name of client request.
205205 * ` host ` : optional, client request host.
206206 * ` remote_addr ` : optional, client remote address like ` 192.168.1.100 ` .
You can’t perform that action at this time.
0 commit comments