summaryrefslogtreecommitdiff
path: root/docs/type_system/name.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
commitd4ff8cfd8c9d1881cfc672a10d1f787e633fffaa (patch)
treeeb2eb61118004dcd8a77cda29986d4c9cde6fdd9 /docs/type_system/name.md
parent70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff)
all functions return a task
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 d23b576..343232b 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; IDENTIFIER; SCOPE]
+Name[Name_class; TYPE]
```