mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +00:00
doc: spell check
* doc/bison.texi, NEWS, README-hacking.md: here. And elsewhere.
This commit is contained in:
@@ -385,7 +385,7 @@ AT_DATA_GRAMMAR([list.y],
|
||||
// Starting with :: to ensure we don't output "<::" which starts by the
|
||||
// digraph for the left square bracket.
|
||||
%type <::string> item;
|
||||
// Using the template type to exercize its parsing.
|
||||
// Using the template type to exercise its parsing.
|
||||
%type <::std::vector<string>> list;
|
||||
|
||||
%printer { yyo << $$; } <int> <::string> <::std::vector<string>>;
|
||||
|
||||
Reference in New Issue
Block a user