Skip to content

Commit 36e7db0

Browse files
nikunobu
authored andcommitted
[DOC] Tweaks for TCPSocket.new
1 parent c3404d7 commit 36e7db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/socket/tcpsocket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/*
1414
* call-seq:
15-
* TCPSocket.new(remote_host, remote_port, local_host=nil, local_port=nil, resolv_timeout: nil, connect_timeout: nil, fast_fallback: true)
15+
* TCPSocket.new(remote_host, remote_port, local_host=nil, local_port=nil, resolv_timeout: nil, connect_timeout: nil, open_timeout: nil, fast_fallback: true)
1616
*
1717
* Opens a TCP connection to +remote_host+ on +remote_port+. If +local_host+
1818
* and +local_port+ are specified, then those parameters are used on the local

0 commit comments

Comments
 (0)