summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-08 04:13:06 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-08 04:13:06 +0000
commit1a3843015c7bbe424cbe1ab98d3cdd76afd14af4 (patch)
tree10adc213bb952fdfea3d88ef9e2708cb4f00e5db
parent526bb66e549801f8b195034ca5ff4c6302e8477c (diff)
downloadruby-1a3843015c7bbe424cbe1ab98d3cdd76afd14af4.tar.gz
ruby-1a3843015c7bbe424cbe1ab98d3cdd76afd14af4.tar.xz
ruby-1a3843015c7bbe424cbe1ab98d3cdd76afd14af4.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/socket/lib/socket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/lib/socket.rb b/ext/socket/lib/socket.rb
index 21a302fc8..2355f33c1 100644
--- a/ext/socket/lib/socket.rb
+++ b/ext/socket/lib/socket.rb
@@ -159,7 +159,7 @@ class Addrinfo
end
class BasicSocket
- # Returns an address of the socket suitable for connect.
+ # Returns an address of the socket suitable for connect in the local machine.
#
# This method returns _self_.local_address, except following condition.
#