From cae76d8293f6416ff698171c2ae10552fa014587 Mon Sep 17 00:00:00 2001 From: Sage Hane Date: Fri, 23 Sep 2022 22:43:01 +0900 Subject: [PATCH] langref: fix minor format error --- 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 faca835d28..816d1fe32a 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8772,7 +8772,7 @@ test "@hasDecl" { The command zig build-exe --show-builtin outputs the source to stdout for reference.
  • {#syntax#}@import("root"){#endsyntax#} - Points to the root source file - This is usually `src/main.zig` but it depends on what file is chosen to be built. + This is usually src/main.zig but it depends on what file is chosen to be built.
  • {#see_also|Compile Variables|@embedFile#}