summaryrefslogtreecommitdiff
path: root/docs/type_system/function.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-30 21:38:34 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-30 21:38:34 -0400
commit523649ed10f85bddcad574afa47abaf73d2b0a1e (patch)
tree6ee76cf7abcc9c2fa62b8c6b51c53483d5b222d5 /docs/type_system/function.md
parentdd9713497bfc9e27f9b1ff3181d34ee241f05ec8 (diff)
change to result and iteration unions
Diffstat (limited to 'docs/type_system/function.md')
-rw-r--r--docs/type_system/function.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/function.md b/docs/type_system/function.md
index af17b74..78abdf7 100644
--- a/docs/type_system/function.md
+++ b/docs/type_system/function.md
@@ -95,7 +95,7 @@ Invoked regular expression matcher
## \`yield
-Yielding wraps the value in the transient union `Next`
+Yielding wraps the value in the transient union `Iteration`
Return `Void` to stop iteration