From 4da9de3213a28c7e17945168acdb06308bb41df8 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 10:07:44 -0400 Subject: use group for tuple and table --- docs/type_system/enum.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/type_system/enum.md') diff --git a/docs/type_system/enum.md b/docs/type_system/enum.md index 4abcdb2..4762389 100644 --- a/docs/type_system/enum.md +++ b/docs/type_system/enum.md @@ -5,9 +5,9 @@ A symbol associated with a type ```text -Enum[.name; ...] // Resoves to Enum[Void; ...] +Enum[Collection[.symbol]] // Resoves to Enum[Void; ...] -Enum[TYPE; .name; ...] +Enum[TYPE; Collection[.symbol]] -Enum[TYPE; .name : VALUE; ...] +Enum[TYPE; Collection[.symbol : VALUE]] ``` -- cgit v1.2.3