ruby-changes:32241
From: a_matsuda <ko1@a...>
Date: Sat, 21 Dec 2013 16:41:18 +0900 (JST)
Subject: [ruby-changes:32241] a_matsuda:r44320 (trunk): * lib/uri/generic.rb: [DOC] Fix typo
a_matsuda 2013-12-21 16:41:13 +0900 (Sat, 21 Dec 2013) New Revision: 44320 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44320 Log: * lib/uri/generic.rb: [DOC] Fix typo s/andn/and/ [ci skip] Modified files: trunk/lib/uri/generic.rb Index: lib/uri/generic.rb =================================================================== --- lib/uri/generic.rb (revision 44319) +++ lib/uri/generic.rb (revision 44320) @@ -651,7 +651,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/generic.rb#L651 # 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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/