diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 02:28:16 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 02:28:16 +0000 |
commit | 736a429d6dd1fc660386a22183fdfeba52fde9de (patch) | |
tree | eed57238a535a2fe00b229b44245287cfdaac551 /lib/racc/parser.rb | |
parent | 826df7f233e8cff4842261807fbb1f77e520ce3a (diff) |
* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation
Patch by Dave Worth https://github.com/ruby/ruby/pull/341
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/racc/parser.rb')
-rw-r--r-- | lib/racc/parser.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index 2a1f4d104c..058d080a8a 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -44,7 +44,7 @@ end # 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 # # $ 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 # |