From 040fb35732e6c7c0d8f4ccf7c9bee7242cea6939 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 1 Jun 2026 18:08:43 -0400 Subject: update action syntax and start application --- docs/type_system/union.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/union.md') diff --git a/docs/type_system/union.md b/docs/type_system/union.md index d14a7bc..5bd3d10 100644 --- a/docs/type_system/union.md +++ b/docs/type_system/union.md @@ -12,7 +12,7 @@ Union[Union_class; TYPE.symbol; ...] u : Union[I64.a; I64.b; I64.c] $ (.c : 5) // defaults to Union[.container; ...] # u { - .c { c ... }[c] + .c {[c] c ... } { ... } // default } ``` -- cgit v1.2.3