aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/grammar.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.txt b/doc/grammar.txt
index bd42658..3c3cbef 100644
--- a/doc/grammar.txt
+++ b/doc/grammar.txt
@@ -86,5 +86,5 @@ grouping := "(" expression ")"
literal := bool | string | number | arrayelems
bool := "true" | "false"
string := STRING*
-number := NUMBER ( numtype )
+number := NUMBER numtype
arrayelems := array "{" ( expression ), "}"