Skip to content

Commit

Permalink
Merge pull request #257 from ydah/fix-typos
Browse files Browse the repository at this point in the history
Fix trivial typos
  • Loading branch information
hsbt committed Nov 21, 2023
2 parents 7932b3f + 421d9e7 commit 497ca6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ChangeLog
Expand Up @@ -253,7 +253,7 @@ Mon Jul 3 04:34:32 2006 Minero Aoki <aamine@loveruby.net>

* lib/racc/grammar.rb: class RuleTable -> Grammar.

* lib/racc/grammar.rb: Grammar.new does not acccept a Compiler.
* lib/racc/grammar.rb: Grammar.new does not accept a Compiler.

* lib/racc/grammar.rb: refactoring.

Expand Down Expand Up @@ -285,7 +285,7 @@ Mon Jul 3 04:34:32 2006 Minero Aoki <aamine@loveruby.net>

* lib/racc/state.rb: class StateTable -> States.

* lib/racc/state.rb: States.new does not acccept a Compiler.
* lib/racc/state.rb: States.new does not accept a Compiler.

* lib/racc/state.rb: refactoring.

Expand Down Expand Up @@ -418,7 +418,7 @@ Tue Jul 26 23:37:46 2005 Minero Aoki <aamine@loveruby.net>

Sun Jan 2 11:48:19 2005 Minero Aoki <aamine@loveruby.net>

* lib/racc/grammer.rb (once_writer): bug! needs argument.
* lib/racc/grammar.rb (once_writer): bug! needs argument.

Mon Feb 16 16:14:16 2004 Minero Aoki <aamine@loveruby.net>

Expand Down
2 changes: 1 addition & 1 deletion doc/en/grammar.en.rdoc
Expand Up @@ -30,7 +30,7 @@ CLASS_NAME is a name of parser class.
This is the name of generating parser class.

If CLASS_NAME includes '::', Racc outputs module clause.
For example, writing "class M::C" causes creating the code bellow:
For example, writing "class M::C" causes creating the code below:
--
module M
class C
Expand Down

0 comments on commit 497ca6c

Please sign in to comment.