[DOC] Fix capitallizing [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-04-25 14:00:47 +00:00
parent 27e972854c
commit 6509c1781c

View File

@ -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
#