Skip to content

Commit d03575b

Browse files
authored
Merge pull request #285 from nobu/doc-ref
[DOC] Fix rdoc reference path
2 parents 3c72fbe + 0f937d6 commit d03575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/racc/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ParseError < StandardError; end
120120
# yacc's $$ is the 'result', $0, $1... is
121121
# an array called 'val', and $-1, $-2... is an array called '_values'.
122122
#
123-
# See the {Grammar File Reference}[rdoc-ref:lib/racc/rdoc/grammar.en.rdoc] for
123+
# See the {Grammar File Reference}[rdoc-ref:doc/en/grammar.en.rdoc] for
124124
# more information on grammar files.
125125
#
126126
# == Parser

0 commit comments

Comments
 (0)