From 55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 6 May 2026 11:23:00 -0400 Subject: basic value types --- docs/type_system/enum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/enum.md') diff --git a/docs/type_system/enum.md b/docs/type_system/enum.md index 9e6be9b..9138286 100644 --- a/docs/type_system/enum.md +++ b/docs/type_system/enum.md @@ -2,7 +2,7 @@ --- -Unique symbols associated with a type that can map to an underlying type +Unique symbols associated with a type ```text Enum[.name; ...] // Resoves to Enum[Void; ...] -- cgit v1.2.3