aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCamil Staps2016-09-24 15:01:38 +0200
committerCamil Staps2016-09-24 15:01:38 +0200
commit6c80a553dedd7dc037ea036038b41975d5f80bd5 (patch)
treee64afc9285be272d9d104d9c2dda3a0a9b919fd7 /doc
parentAdded examples (diff)
Remove strictness annotations from doc
Diffstat (limited to 'doc')
-rw-r--r--doc/grammar.tex2
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>