aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
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
commit26956d834118f3eeea6ce5ba79d7c970517ba903 (patch)
treeb226155b7148116e82b9991addcd8c2c29deba20 /lib/uri
parent7915d5922f5d3ffabbd19972d7a7b9892831c2ee (diff)
downloadruby-26956d834118f3eeea6ce5ba79d7c970517ba903.tar.gz
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/uri')
-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