From 4da9de3213a28c7e17945168acdb06308bb41df8 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 10:07:44 -0400 Subject: use group for tuple and table --- docs/type_system/fn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/fn.md') diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md index c5c1ba7..1bf88c5 100644 --- a/docs/type_system/fn.md +++ b/docs/type_system/fn.md @@ -10,7 +10,7 @@ Fn_class `alias Enum[ .regex ] -Fn[Fn_class; RETURN_TYPE; List[ARGS]; STATE; List] +Fn[Fn_class; RETURN_TYPE; Collection[ARGS]; STATE; List] Fn[Fn_class; RETURN_TYPE; ARGS...] Fn[RETURN_TYPE; ARGS...] -- cgit v1.2.3