- Typo fix
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-05 16:44:02 +02:00
parent e9e04da11c
commit 17dc8ad698
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ funccall ::= ident, "(", exprList, ")";
Statements are inevitably the building blocks of a program and make
use of all the former defined sections of the grammar and more of
themsleves in some cases as well.
themselves in some cases as well.
```
module ::= "module", ident, ";", {decl, ";"};