[前][次][番号順一覧][スレッド一覧]

ruby-changes:51053

From: kazu <ko1@a...>
Date: Wed, 25 Apr 2018 23:00:54 +0900 (JST)
Subject: [ruby-changes:51053] kazu:r63260 (trunk): [DOC] Fix capitallizing [ci skip]

kazu	2018-04-25 23:00:47 +0900 (Wed, 25 Apr 2018)

  New Revision: 63260

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63260

  Log:
    [DOC] Fix capitallizing [ci skip]

  Modified files:
    trunk/lib/uri/rfc2396_parser.rb
Index: lib/uri/rfc2396_parser.rb
===================================================================
--- lib/uri/rfc2396_parser.rb	(revision 63259)
+++ lib/uri/rfc2396_parser.rb	(revision 63260)
@@ -58,7 +58,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/rfc2396_parser.rb#L58
     # :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 https://github.com/ruby/ruby/blob/trunk/lib/uri/rfc2396_parser.rb#L199
     # == 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
     #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]