diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-30 21:38:34 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-30 21:38:34 -0400 |
| commit | 523649ed10f85bddcad574afa47abaf73d2b0a1e (patch) | |
| tree | 6ee76cf7abcc9c2fa62b8c6b51c53483d5b222d5 /docs/type_system/empty.md | |
| parent | dd9713497bfc9e27f9b1ff3181d34ee241f05ec8 (diff) | |
change to result and iteration unions
Diffstat (limited to 'docs/type_system/empty.md')
| -rw-r--r-- | docs/type_system/empty.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/empty.md b/docs/type_system/empty.md index 2fae1e7..5903c19 100644 --- a/docs/type_system/empty.md +++ b/docs/type_system/empty.md @@ -8,7 +8,7 @@ Container type can be null %empty ``` -## Use with `Option` Union +## Use with `Result` Union ```text make_array : ([yes] |
