aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
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 <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#}