Skip to content

Commit 50d92a1

Browse files
committed
Merge pull request #27 from zzak/merge_736a429
Merge doc change upstream
2 parents 9158572 + 21d25d2 commit 50d92a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/racc/parser.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ParseError < StandardError; end
5050
# Place logging output in file +filename+.
5151
# Default log file name is <+filename+>.output.
5252
# [-e+rubypath+, --executable=+rubypath+]
53-
# output executable file(mode 755). where +path+ is the ruby interpreter.
53+
# output executable file(mode 755). where +path+ is the Ruby interpreter.
5454
# [-v, --verbose]
5555
# verbose mode. create +filename+.output file, like yacc's y.output file.
5656
# [-g, --debug]
@@ -81,7 +81,7 @@ class ParseError < StandardError; end
8181
#
8282
# $ racc parse.y
8383
#
84-
# This creates ruby script file "parse.tab.y". The -o option can change the output filename.
84+
# This creates Ruby script file "parse.tab.y". The -o option can change the output filename.
8585
#
8686
# == Writing A Racc Grammar File
8787
#

0 commit comments

Comments
 (0)