diff options
-rw-r--r-- | doc/grammar.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.tex b/doc/grammar.tex index 65ec537..00e24b8 100644 --- a/doc/grammar.tex +++ b/doc/grammar.tex @@ -17,7 +17,7 @@ <Arg-list> ::= <Arg> ` ' <Arg-list> | <empty> - <Arg> ::= [`!'] <Simple-expr> + <Arg> ::= <Simple-expr> <Simple-expr> ::= <Int> \alt <Name> |