Skip to content

Commit

Permalink
Merge pull request #252 from yui-knk/fix_doc_expect_param
Browse files Browse the repository at this point in the history
Fix locations of `expect` param in docs
  • Loading branch information
yui-knk committed Nov 3, 2023
2 parents 13bdc92 + a5efcd0 commit 0b06f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/en/grammar.en.rdoc
Expand Up @@ -131,8 +131,8 @@ Racc supports Bison's "expect" directive to declare the expected
number of shift/reduce conflicts.
--
class MyParser
rule
expect 3
rule
:
:
--
Expand Down
2 changes: 1 addition & 1 deletion doc/en/grammar2.en.rdoc
Expand Up @@ -127,8 +127,8 @@ Racc has bison's "expect" directive.
# Example

class MyParser
rule
expect 3
rule
:
:

Expand Down

0 comments on commit 0b06f51

Please sign in to comment.