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 55bdcf1..6097711 100644 --- a/docs/type_system/empty.md +++ b/docs/type_system/empty.md @@ -7,7 +7,7 @@ Container type can be null ## Use with `Option` Union ```text -make_array : Fn[yes] $ ( +make_array : ([yes] ? yes { `some Array $ (1; 2; 3) `nome |
