Skip to content

Commit cae76d8

Browse files
sagehaneifreund
authored andcommitted
langref: fix minor format error
1 parent eeeda53 commit cae76d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8772,7 +8772,7 @@ test "@hasDecl" {
87728772
The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.
87738773
</li>
87748774
<li>{#syntax#}@import("root"){#endsyntax#} - Points to the root source file
8775-
This is usually `src/main.zig` but it depends on what file is chosen to be built.
8775+
This is usually <code>src/main.zig</code> but it depends on what file is chosen to be built.
87768776
</li>
87778777
</ul>
87788778
{#see_also|Compile Variables|@embedFile#}

0 commit comments

Comments
 (0)