diff --git a/doc/langref.html.in b/doc/langref.html.in index fe8c1ca7b7d7..5a05599e2a90 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -381,7 +381,7 @@ In this case, the {#syntax#}!{#endsyntax#} may be omitted from the return type of main because no errors are returned from the function.

- {#see_also|Values|Tuples|@import|Errors|Root Source File|Source Encoding|try#} + {#see_also|Values|Tuples|@import|Errors|Entry Point|Source Encoding|try#} {#header_close#} {#header_open|Comments#}

@@ -823,7 +823,7 @@ zig test is a tool that creates and runs a test build. By default, it builds and runs an executable program using the default test runner provided by the {#link|Zig Standard Library#} as its main entry point. During the build, {#syntax#}test{#endsyntax#} declarations found while - {#link|resolving|Root Source File#} the given Zig source file are included for the default test runner + {#link|resolving|File and Declaration Discovery#} the given Zig source file are included for the default test runner to run and report on.