commit cae76d8293f6416ff698171c2ae10552fa014587 (tree)
parent eeeda53423a07d48e0a2f9c5d182b5acda718801
Author: Sage Hane <sage@sagehane.com>
Date: Fri, 23 Sep 2022 22:43:01 +0900
langref: fix minor format error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -8772,7 +8772,7 @@ test "@hasDecl" {
The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.
</li>
<li>{#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 <code>src/main.zig</code> but it depends on what file is chosen to be built.
</li>
</ul>
{#see_also|Compile Variables|@embedFile#}