summaryrefslogtreecommitdiff
path: root/lib/uri
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-21 07:41:13 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-21 07:41:13 +0000
commit54fdf15ad403cfeb2c70f0f71896a0240e5cfa39 (patch)
tree095fb4a01d284b105fc8b192c4710b2d02467184 /lib/uri
parent1ef0a76c6c6556bf6ab155e2ad28a23748ee59ef (diff)
* lib/uri/generic.rb: [DOC] Fix typo
s/andn/and/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index 88c96fe90a..653a2a85f2 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -651,7 +651,7 @@ module URI
# extract the host part of the URI and unwrap brackets for IPv6 addresses.
#
# This method is same as URI::Generic#host except
- # brackets for IPv6 (andn future IP) addresses are removed.
+ # brackets for IPv6 (and future IP) addresses are removed.
#
# u = URI("http://[::1]/bar")
# p u.hostname #=> "::1"