1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
stomar 2017-05-10 19:03:07 +00:00
parent d81b7cd54c
commit dba186ebc7

View file

@ -1367,7 +1367,7 @@ module URI
end
#
# Compares to URI's
# Compares two URIs
#
def ==(oth)
if self.class == oth.class