authorgravatar for sage@sagehane.comSage Hane <sage@sagehane.com> 2022-09-23 22:43:01+09:00
committergravatar for mail@isaacfreund.comIsaac Freund <mail@isaacfreund.com> 2022-09-23 15:58:46+02:00
logcae76d8293f6416ff698171c2ae10552fa014587
tree838d1044c7ad9f46af9976c716bcd00500480299
parenteeeda53423a07d48e0a2f9c5d182b5acda718801

langref: fix minor format error


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -8772,7 +8772,7 @@ test "@hasDecl" {...@@ -8772,7 +8772,7 @@ test "@hasDecl" {
8772 The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.8772 The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.
8773 </li>8773 </li>
8774 <li>{#syntax#}@import("root"){#endsyntax#} - Points to the root source file8774 <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.
8776 </li>8776 </li>
8777 </ul>8777 </ul>
8778 {#see_also|Compile Variables|@embedFile#}8778 {#see_also|Compile Variables|@embedFile#}