diff options
Diffstat (limited to 'docs/type_system/enum.md')
| -rw-r--r-- | docs/type_system/enum.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/enum.md b/docs/type_system/enum.md index 9138286..4abcdb2 100644 --- a/docs/type_system/enum.md +++ b/docs/type_system/enum.md @@ -2,7 +2,7 @@ --- -Unique symbols associated with a type +A symbol associated with a type ```text Enum[.name; ...] // Resoves to Enum[Void; ...] |
