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

ruby-changes:30003

From: zzak <ko1@a...>
Date: Fri, 19 Jul 2013 11:28:31 +0900 (JST)
Subject: [ruby-changes:30003] zzak:r42055 (trunk): * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation

zzak	2013-07-19 11:28:16 +0900 (Fri, 19 Jul 2013)

  New Revision: 42055

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42055

  Log:
    * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation
      Patch by Dave Worth https://github.com/ruby/ruby/pull/341

  Modified files:
    trunk/ChangeLog
    trunk/lib/racc/parser.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42054)
+++ ChangeLog	(revision 42055)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jul 19 11:27:38 2013  Zachary Scott  <e@z...>
+
+	* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation
+	  Patch by Dave Worth https://github.com/ruby/ruby/pull/341
+
 Fri Jul 19 11:26:28 2013  Zachary Scott  <e@z...>
 
 	* ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentation
Index: lib/racc/parser.rb
===================================================================
--- lib/racc/parser.rb	(revision 42054)
+++ lib/racc/parser.rb	(revision 42055)
@@ -44,7 +44,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/racc/parser.rb#L44
 #   Place logging output in file +filename+.
 #   Default log file name is <+filename+>.output.
 # [-e+rubypath+, --executable=+rubypath+]
-#   output executable file(mode 755). where +path+ is the ruby interpreter.
+#   output executable file(mode 755). where +path+ is the Ruby interpreter.
 # [-v, --verbose]
 #   verbose mode. create +filename+.output file, like yacc's y.output file.
 # [-g, --debug]
@@ -75,7 +75,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/racc/parser.rb#L75
 #
 #   $ racc parse.y
 #
-# This creates ruby script file "parse.tab.y". The -o option can change the output filename.
+# This creates Ruby script file "parse.tab.y". The -o option can change the output filename.
 #
 # == Writing A Racc Grammar File
 #

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

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