tweak cpp doc

This commit is contained in:
parrt 2020-11-24 10:43:31 -08:00
parent 9366718c11
commit e2dadb5f62
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int main(int argc, const char* argv[]) {
This example assumes your grammar contains a parser rule named `key` for which the enterKey function was generated.
## Specialities of this ANTLR target
## Special cases for this ANTLR target
There are a couple of things that only the C++ ANTLR target has to deal with. They are described here.