Skip to content

Commit 59093e2

Browse files
committed
[en] minor tweaks in "Nginx Variables (07)".
1 parent abcb371 commit 59093e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/01-NginxVariables07.tut

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ returns the first value of the argument, discarding other values silently:
191191
$ curl 'http://localhost:8080/test?name=Tom&name=Jim&name=Bob'
192192
name: [Tom]
193193

194-
To solve these problems, we can directly use the Lua function
195-
L<ngx_lua/ngx.req.get_uri_args> provided by the L<ngx_lua> module.
194+
To solve these problems, we can use the Lua function
195+
L<ngx_lua/ngx.req.get_uri_args> provided by the L<ngx_lua> module instead.
196196

0 commit comments

Comments
 (0)