Skip to content

Commit

Permalink
docs: fix unclosed code tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tiehuis committed Mar 31, 2018
1 parent 24071c6 commit 7d66908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/langref.html.in
Expand Up @@ -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>
Expand Down

0 comments on commit 7d66908

Please sign in to comment.