diff options
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 5903c19..9466493 100644 --- a/docs/type_system/empty.md +++ b/docs/type_system/empty.md @@ -11,7 +11,7 @@ Container type can be null ## Use with `Result` Union ```text -make_array : ([yes] +make_array : ([Bool.yes] ? yes { `value Array $ (1; 2; 3) `null |
