From 70cbe8d5818ad63fad951d1b971e817acc9e76b1 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 12 May 2026 11:20:03 -0400 Subject: remove regex as it's own type --- 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 93dcddd..d23b576 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[TYPE; Name_class; IDENTIFIER; SCOPE] +Name[Name_class; TYPE; IDENTIFIER; SCOPE] ``` -- cgit v1.2.3