Skip to content

Commit be35318

Browse files
committed
doc: more typo fixes.
1 parent 2a6c9a6 commit be35318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3793,7 +3793,7 @@ or a Lua table holding the query arguments' key-value pairs, as in
37933793
37943794
In the former case, i.e., when the whole query-string is provided directly,
37953795
the input Lua string should already be well-formed with the URI encoding.
3796-
For security considerations, his method will automatically escape any control and
3796+
For security considerations, this method will automatically escape any control and
37973797
whitespace characters (ASCII code 0x00 ~ 0x32 and 0x7F) in the Lua string.
37983798
37993799
In the latter case, this method will escape argument keys and values according to the URI escaping rule.

0 commit comments

Comments
 (0)