summaryrefslogtreecommitdiff
path: root/docs/type_system/name.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-26 15:56:39 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-26 15:56:39 -0400
commitad516054002b4105197ef4fc37ac380cdf680750 (patch)
treed0603a1dbc01ed777b304ac8567247491f8a5159 /docs/type_system/name.md
parent6f507405ac3b0a128c63134997849203e3493a91 (diff)
change how vars are identified
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 1faeb3c..27bb784 100644
--- a/docs/type_system/name.md
+++ b/docs/type_system/name.md
@@ -3,5 +3,5 @@
---
```text
-Name[[UNKNOWN | IS_TYPE | ALIAS_TYPE | UNIQUE_TYPE] TYPE]
+Name[[UNKNOWN | IS_TYPE | ALIAS_TYPE | UNIQUE_TYPE] TYPE; IDENTIFIER]
```