File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class ParseError < StandardError; end
50
50
# Place logging output in file +filename+.
51
51
# Default log file name is <+filename+>.output.
52
52
# [-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.
54
54
# [-v, --verbose]
55
55
# verbose mode. create +filename+.output file, like yacc's y.output file.
56
56
# [-g, --debug]
@@ -81,7 +81,7 @@ class ParseError < StandardError; end
81
81
#
82
82
# $ racc parse.y
83
83
#
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.
85
85
#
86
86
# == Writing A Racc Grammar File
87
87
#
You can’t perform that action at this time.
0 commit comments