summaryrefslogtreecommitdiff
path: root/docs/type_system/name.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-09 14:01:57 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-09 14:01:57 -0400
commit9d6a15b55bc948227401cb0be721e764e8053b50 (patch)
tree01dc5d7f3465436236247987e1882f5ce18d3bba /docs/type_system/name.md
parenta13b72d789c6e2ee3d94bd1b19aad3dda0aea3c3 (diff)
add name to application
Diffstat (limited to 'docs/type_system/name.md')
-rw-r--r--docs/type_system/name.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/name.md b/docs/type_system/name.md
index 343232b..9d24f65 100644
--- a/docs/type_system/name.md
+++ b/docs/type_system/name.md
@@ -3,7 +3,7 @@
---
```text
-Name_class `alias Enum[.unknown; .data; .alias; .unique]
+Name_class `alias Enum[Void; .unknown; .data; .alias; .unique]
-Name[Name_class; TYPE]
+Name[Name_class; TYPE; NAME_IDENTIFIER]
```