summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-10 19:03:07 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-10 19:03:07 +0000
commitdba186ebc77dcce81850bcb2a1d06f412359d5c0 (patch)
treeb226155b7148116e82b9991addcd8c2c29deba20 /lib
parentd81b7cd54ce095c7acef85e47d7ca487ab2ea5a5 (diff)
lib/uri/generic.rb: fix typos
* lib/uri/generic.rb: [DOC] fix typos in URI::Generic#== docs. Patch by Alyssa Ross (alyssais). [Fix GH-1604] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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 14e8be6ac0..ffbd720dda 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -1367,7 +1367,7 @@ module URI
end
#
- # Compares to URI's
+ # Compares two URIs
#
def ==(oth)
if self.class == oth.class