authorgravatar for marc@tiehu.isMarc Tiehuis <marc@tiehu.is> 2018-03-31 23:17:02+13:00
committergravatar for marc@tiehu.isMarc Tiehuis <marc@tiehu.is> 2018-03-31 23:17:02+13:00
log7d66908f294eed1138802c060185721a2e265f3b
tree0e5d738087392b42a585f8bc357d241d1f6fd9b2
parent24071c6803ccc0f11b2c4d7c8f22fa8933a98a7c

docs: fix unclosed code tag


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -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>