From dba186ebc77dcce81850bcb2a1d06f412359d5c0 Mon Sep 17 00:00:00 2001 From: stomar Date: Wed, 10 May 2017 19:03:07 +0000 Subject: 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 --- lib/uri/generic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3