1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/uri/generic.rb: [DOC] Fix typo

s/arguement/argument/

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-11-29 14:43:01 +00:00
parent 0c85ffd8a7
commit 214aacff74

View file

@ -672,7 +672,7 @@ module URI
# u.hostname = "::1"
# p u.to_s #=> "http://[::1]/bar"
#
# If the arguement seems IPv6 address,
# If the argument seems IPv6 address,
# it is wrapped by brackets.
#
def hostname=(v)