summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/uri/common.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb
index cb00bc1148..882ba7ae95 100644
--- a/lib/uri/common.rb
+++ b/lib/uri/common.rb
@@ -541,8 +541,8 @@ module URI
#
# require "uri"
#
- # URI.extract("text here http://foo.bar.org/bla and here mailto:test@ruby.com and here also.")
- # # => ["http://foo.bar.com/foobar", "mailto:foo@bar.com"]
+ # URI.extract("text here http://foo.example.org/bla and here mailto:test@example.com and here also.")
+ # # => ["http://foo.example.org/bla", "mailto:test@example.com"]
#
def self.extract(str, schemes = nil, &block)
if block_given?