diff options
| author | Sage Hane <sage@sagehane.com> | 2022-09-23 22:43:01 +0900 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-09-23 15:58:46 +0200 |
| commit | cae76d8293f6416ff698171c2ae10552fa014587 (patch) | |
| tree | 838d1044c7ad9f46af9976c716bcd00500480299 /doc | |
| parent | eeeda53423a07d48e0a2f9c5d182b5acda718801 (diff) | |
| download | zig-cae76d8293f6416ff698171c2ae10552fa014587.tar.gz zig-cae76d8293f6416ff698171c2ae10552fa014587.zip | |
langref: fix minor format error
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 2 |
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#} |
