diff --git a/doc/langref.html.in b/doc/langref.html.in index 5da2697187..7cf3631aa5 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -760,7 +760,7 @@ pub fn main() void { {#syntax#}void{#endsyntax#} (none) - 0 bit type + Always the value {#syntax#}void{}{#endsyntax#} {#syntax#}noreturn{#endsyntax#} @@ -1061,7 +1061,7 @@ fn addOne(number: i32) i32 {

Test declarations contain the {#link|keyword|Keyword Reference#} {#syntax#}test{#endsyntax#}, followed by an optional name written as a {#link|string literal|String Literals and Unicode Code Point Literals#}, followed - by a {#link|block|blocks#} containing any valid Zig code that is allowed in a {#link|function|Functions#}. + by a {#link|block|Blocks#} containing any valid Zig code that is allowed in a {#link|function|Functions#}.