aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
authorSage Hane <sage@sagehane.com>2022-09-23 22:43:01 +0900
committerIsaac Freund <mail@isaacfreund.com>2022-09-23 15:58:46 +0200
commitcae76d8293f6416ff698171c2ae10552fa014587 (patch)
tree838d1044c7ad9f46af9976c716bcd00500480299 /doc/langref.html.in
parenteeeda53423a07d48e0a2f9c5d182b5acda718801 (diff)
downloadzig-cae76d8293f6416ff698171c2ae10552fa014587.tar.gz
zig-cae76d8293f6416ff698171c2ae10552fa014587.zip
langref: fix minor format error
Diffstat (limited to 'doc/langref.html.in')
-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#}