summaryrefslogtreecommitdiff
path: root/language/l2_parse.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/l2_parse.ott')
-rw-r--r--language/l2_parse.ott2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index b617dc6c..2fbf860e 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -466,7 +466,7 @@ exp :: 'E_' ::=
| exp [ exp' ] :: :: vector_access
{{ com vector access }}
- | exp [ exp1 : exp2 ] :: :: vector_subrange
+ | exp [ exp1 '..' exp2 ] :: :: vector_subrange
{{ com subvector extraction }}
% do we want to allow a comma-separated list of such thingies?