[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:
parent
27e972854c
commit
6509c1781c
@ -58,7 +58,7 @@ module URI
|
|||||||
# :startdoc:
|
# :startdoc:
|
||||||
end # REGEXP
|
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.
|
# It contains a Hash set of patterns and Regexp's that match and validate.
|
||||||
#
|
#
|
||||||
@ -199,7 +199,7 @@ module URI
|
|||||||
# == Description
|
# == Description
|
||||||
#
|
#
|
||||||
# Parses +uri+ and constructs either matching URI scheme object
|
# 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
|
# == Usage
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user