From 2ed2fbbc6f233f8aedf14e5d064451c3dea90d87 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 18:37:35 -0400 Subject: tracing gc only --- docs/type_system/enum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/enum.md') diff --git a/docs/type_system/enum.md b/docs/type_system/enum.md index 6b06849..ebcaea6 100644 --- a/docs/type_system/enum.md +++ b/docs/type_system/enum.md @@ -12,5 +12,5 @@ Enum[TYPE; Collection[.symbol : Const[Value]]] ```text E : Enum[I64; .a; .b; .c] -`log E Enum[I64; .a : 0; .b : 1; .c : 2] +`log E // Enum[I64; .a : 0; .b : 1; .c : 2] ``` -- cgit v1.2.3