summaryrefslogtreecommitdiff
path: root/docs/type_system/name.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-06 15:42:50 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-06 15:42:50 -0400
commit7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 (patch)
tree8a30d983fe92451f2b7048e06ee8f1121e314a6a /docs/type_system/name.md
parent1d5f5dd3cd5cc07352379fe33930770e3d203f3a (diff)
start io and remove print op
Diffstat (limited to 'docs/type_system/name.md')
-rw-r--r--docs/type_system/name.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/name.md b/docs/type_system/name.md
index 343232b..d506201 100644
--- a/docs/type_system/name.md
+++ b/docs/type_system/name.md
@@ -5,5 +5,5 @@
```text
Name_class `alias Enum[.unknown; .data; .alias; .unique]
-Name[Name_class; TYPE]
+Name[Name_class; Is[Void; Value; Var]]
```