summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-09 10:07:44 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-09 10:07:44 -0400
commit4da9de3213a28c7e17945168acdb06308bb41df8 (patch)
tree6bc6a3ff8653eb7bfe6591c36a7ab9b491649b9d /docs/type_system/fn.md
parentfaac96fff84c45acf20af0515e8fd43af32fdaca (diff)
use group for tuple and table
Diffstat (limited to 'docs/type_system/fn.md')
-rw-r--r--docs/type_system/fn.md2
1 files changed, 1 insertions, 1 deletions
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...]