From 7d66908f294eed1138802c060185721a2e265f3b Mon Sep 17 00:00:00 2001 From: Marc Tiehuis Date: Sat, 31 Mar 2018 23:17:02 +1300 Subject: [PATCH] docs: fix unclosed code tag --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 04ca5314ca..7f837186b5 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -2873,7 +2873,7 @@ const err = (error {FileNotFound}).FileNotFound; {#header_close#} {#header_open|Error Union Type#}

- An error set type and normal type can be combined with the ! + An error set type and normal type can be combined with the ! 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.