From ad516054002b4105197ef4fc37ac380cdf680750 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 26 Jun 2026 15:56:39 -0400 Subject: change how vars are identified --- docs/type_system/name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/name.md') 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] ``` -- cgit v1.2.3