From 6509c1781c976b4371642ec8312f9f6c20240950 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 25 Apr 2018 14:00:47 +0000 Subject: [DOC] Fix capitallizing [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/rfc2396_parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/uri/rfc2396_parser.rb b/lib/uri/rfc2396_parser.rb index a143437d8a..843fe124ee 100644 --- a/lib/uri/rfc2396_parser.rb +++ b/lib/uri/rfc2396_parser.rb @@ -58,7 +58,7 @@ module URI # :startdoc: end # REGEXP - # Class that Parses String's into URI's. + # Class that parses String's into URI's. # # It contains a Hash set of patterns and Regexp's that match and validate. # @@ -199,7 +199,7 @@ module URI # == Description # # Parses +uri+ and constructs either matching URI scheme object - # (file, FTP, HTTP, HTTPS, LDAP, LDAPS, or MailTo) or URI::Generic. + # (File, FTP, HTTP, HTTPS, LDAP, LDAPS, or MailTo) or URI::Generic. # # == Usage # -- cgit v1.2.3