diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-02-24 18:09:10 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-02-24 18:09:10 +0000 |
commit | 0c4631b88013e159a9a13bad158911aad59408c1 (patch) | |
tree | 4020de17a0ca7c08a1e44c6aa8e18580a1753ed7 /lib/uri/common.rb | |
parent | c09c1ccb916b1411c7abdae406558cb0b722df55 (diff) |
* lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/common.rb')
-rw-r--r-- | lib/uri/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 20cd0f9b62..1444ae84b0 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -245,7 +245,7 @@ module URI # require 'uri' # # p URI.join("http://example.com/","main.rbx") - # # => #<URI::HTTP:0x2022ac02 URL:http://localhost/main.rbx> + # # => #<URI::HTTP:0x2022ac02 URL:http://example.com/main.rbx> # # p URI.join('http://example.com', 'foo') # # => #<URI::HTTP:0x01ab80a0 URL:http://example.com/foo> |