summaryrefslogtreecommitdiff
path: root/docs/type_system/enum.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-06 11:23:00 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-06 11:23:00 -0400
commit55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 (patch)
tree54dcf95f81a0b32d01561bfcebf601761a99819a /docs/type_system/enum.md
parent2d2b9a288fef7bed574671bf091052b85494065f (diff)
basic value types
Diffstat (limited to 'docs/type_system/enum.md')
-rw-r--r--docs/type_system/enum.md2
1 files changed, 1 insertions, 1 deletions
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; ...]