diff --git a/doc/langref.html.in b/doc/langref.html.in index 601b53463f..de029fd236 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -385,7 +385,7 @@ pub fn main() -> %void { noreturn (none) - the type of break, continue, goto, return, unreachable, and while (true) {} + the type of break, continue, return, unreachable, and while (true) {} type @@ -2622,7 +2622,6 @@ test "type of unreachable" {