Skip to content

Commit e9737df

Browse files
committed
style: add a space before (
1 parent 2d734cb commit e9737df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7246,7 +7246,7 @@ Both IP addresses and domain names can be specified as the `host` argument. In c
72467246

72477247
If the nameserver returns multiple IP addresses for the host name, this method will pick up one randomly.
72487248

7249-
`port` is optional and accept nil(for compatibility with host is a unix domain), and it default value is zero.
7249+
`port` is optional and accept nil (for compatibility with host is a unix domain), and it default value is zero.
72507250

72517251
In case of error, the method returns `nil` followed by a string describing the error. In case of success, the method returns `1`.
72527252

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6133,7 +6133,7 @@ Both IP addresses and domain names can be specified as the <code>host</code> arg
61336133
61346134
If the nameserver returns multiple IP addresses for the host name, this method will pick up one randomly.
61356135
6136-
<code>port</code> is optional and accept nil(for compatibility with host is a unix domain), and it default value is zero.
6136+
<code>port</code> is optional and accept nil (for compatibility with host is a unix domain), and it default value is zero.
61376137
61386138
In case of error, the method returns <code>nil</code> followed by a string describing the error. In case of success, the method returns <code>1</code>.
61396139

0 commit comments

Comments
 (0)