diff --git a/doc/langref.html.in b/doc/langref.html.in
index 9be898fc0499bc091f9020bd053ad3f4a2a1e851..9a19c4d95d7fed570085253b090d20ee43d1edf4 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -7499,7 +7499,7 @@ fn readU32Be() u32 {}
{#syntax#}errdefer{#endsyntax#}
- {#syntax#}errdefer{#endsyntax#} will execute an expression when control flow leaves the current block if the function returns an error, the errdefer expression can capture the unwrapped value.
+ {#syntax#}errdefer{#endsyntax#} will execute an expression when control flow leaves the current block if the function returns an error.
- See also {#link|errdefer#}
|