spelling: definition

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/287/head
Josh Soref 4 months ago
parent cc9f6b41e1
commit b35bbb4ca1
  1. 4
      README.md

@ -447,8 +447,8 @@ NOTE: An AST node holds a corresponding token as `std::string_vew` for performan
```
peg::parser parser(R"(
...
defenition1 <- ... { no_ast_opt }
defenition2 <- ... { no_ast_opt }
definition1 <- ... { no_ast_opt }
definition2 <- ... { no_ast_opt }
...
)");

Loading…
Cancel
Save