mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 14:28:57 +00:00
docs: fix unclosed code tag
This commit is contained in:
parent
24071c6803
commit
7d66908f29
@ -2873,7 +2873,7 @@ const err = (error {FileNotFound}).FileNotFound;
|
||||
{#header_close#}
|
||||
{#header_open|Error Union Type#}
|
||||
<p>
|
||||
An error set type and normal type can be combined with the <code>!<code>
|
||||
An error set type and normal type can be combined with the <code>!</code>
|
||||
binary operator to form an error union type. You are likely to use an
|
||||
error union type more often than an error set type by itself.
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user