Skip to content

Commit cd34477

Browse files
thekuwayamaioquatix
authored andcommitted
modify document of SSLSocket.open
1 parent 56e874d commit cd34477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/openssl/ssl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,10 @@ def session_get_cb
444444
class << self
445445

446446
# call-seq:
447-
# open(remote_host, remote_port, context=nil, local_host=nil, local_port=nil)
447+
# open(remote_host, remote_port, local_host=nil, local_port=nil, context: nil)
448448
#
449449
# Creates a new instance of SSLSocket.
450-
# _remote\_host_ and _remote_port_ are used to open TCPSocket.
450+
# _remote\_host_ and _remote\_port_ are used to open TCPSocket.
451451
# If _local\_host_ and _local\_port_ are specified,
452452
# then those parameters are used on the local end to establish the connection.
453453
# If _context_ is provided,

0 commit comments

Comments
 (0)