summaryrefslogtreecommitdiff
path: root/docs/type_system/group.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/group.md')
-rw-r--r--docs/type_system/group.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/group.md b/docs/type_system/group.md
index 45e7dcb..f54de6d 100644
--- a/docs/type_system/group.md
+++ b/docs/type_system/group.md
@@ -5,7 +5,7 @@
A sequence of different types accessed by index or a symbol mapped to an index
```text
-Group_access `alias Enum[.index; .symbol]
+Group_access `alias Enum[Void; .index; .symbol]
Group[Tuple_access; Collection[TYPE.SYMBOL]]
```