From e53c88a44f691176941b528e389db01c6884930d Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 2 Feb 2009 22:31:50 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/lib/socket.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/socket/lib/socket.rb') diff --git a/ext/socket/lib/socket.rb b/ext/socket/lib/socket.rb index 778c1aa710..dc9cda9776 100644 --- a/ext/socket/lib/socket.rb +++ b/ext/socket/lib/socket.rb @@ -46,7 +46,7 @@ class AddrInfo end private :connect_internal - # creates a socket connected to self. + # creates a socket connected to the address of self. # # If one or more arguments given as _local_addr_args_, # it is used as the local address of the socket. @@ -72,7 +72,7 @@ class AddrInfo connect_internal(family_addrinfo(*local_addr_args), &block) end - # creates a socket connected to self. + # creates a socket connected to the address of self. # # If a block is given, it is called with the socket and the value of the block is returned. # The socket is returned otherwise. -- cgit v1.2.3