Skip to content

Commit

Permalink
Merge pull request #238 from makenowjust/typos
Browse files Browse the repository at this point in the history
Fix tiny typos
  • Loading branch information
hsbt committed Oct 30, 2023
2 parents ff90b38 + f0e60cc commit 5eb07b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO
@@ -1,5 +1,5 @@
* check 'error' token handling.
* interactive transition table monitor.
* support backtracking.
* output Ruby extention library?
* output Ruby extension library?
* LL(k)? (But it should not be called Racc)
2 changes: 1 addition & 1 deletion doc/ja/grammar.ja.rdoc
Expand Up @@ -173,7 +173,7 @@ target: TERM_A nonterm_a TERM_B nonterm_b
--
prechigh
nonassoc PLUSPLUS
left MULTI DEVIDE
left MULTI DIVIDE
left PLUS MINUS
right '='
preclow
Expand Down
2 changes: 1 addition & 1 deletion sample/lists.y
@@ -1,6 +1,6 @@
#
#
# Rules for verious lists.
# Rules for various lists.
# This file is just an example, you cannot compile this file.

class ExampleOnly
Expand Down

0 comments on commit 5eb07b2

Please sign in to comment.