We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d0c0c commit a896159Copy full SHA for a896159
doc/reference/reference_lua/socket.rst
@@ -154,7 +154,7 @@ the function invocations will look like ``sock:function_name(...)``.
154
155
:param string host: URL or IP address
156
:param number port: port number
157
- :param number timeout: timeout
+ :param number timeout: number of seconds to wait
158
:return: (if error) {nil, error-message-string}. (if no error) a new socket object.
159
:rtype: socket object, which may be viewed as a table
160
0 commit comments