Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trivial typos #257

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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