From 8b09343ad1c3028a5892b50a87236cc66c447636 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 18 May 2026 13:09:32 -0400 Subject: object type --- docs/type_system/var.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/var.md') diff --git a/docs/type_system/var.md b/docs/type_system/var.md index 6fe78c2..62a7331 100644 --- a/docs/type_system/var.md +++ b/docs/type_system/var.md @@ -7,5 +7,5 @@ A unique identifier ```text Var_class `alias Enum[.arg; .local; .loop; .match] -Var[Var_class; TYPE; Value[U64;...]] +Var[Var_class; TYPE; IDENTIFIER] ``` -- cgit v1.2.3