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;...@@ -2873,7 +2873,7 @@ const err = (error {FileNotFound}).FileNotFound;
2873 {#header_close#}2873 {#header_close#}
2874 {#header_open|Error Union Type#}2874 {#header_open|Error Union Type#}
2875 <p>2875 <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>
2877 binary operator to form an error union type. You are likely to use an2877 binary operator to form an error union type. You are likely to use an
2878 error union type more often than an error set type by itself.2878 error union type more often than an error set type by itself.
2879 </p>2879 </p>