Skip to content

Commit 7d66908

Browse files
committed
docs: fix unclosed code tag
1 parent 24071c6 commit 7d66908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,7 @@ const err = (error {FileNotFound}).FileNotFound;
28732873
{#header_close#}
28742874
{#header_open|Error Union Type#}
28752875
<p>
2876-
An error set type and normal type can be combined with the <code>!<code>
2876+
An error set type and normal type can be combined with the <code>!</code>
28772877
binary operator to form an error union type. You are likely to use an
28782878
error union type more often than an error set type by itself.
28792879
</p>

0 commit comments

Comments
 (0)