authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2021-05-01 00:41:59+02:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2021-05-01 00:41:59+02:00
log33cb6608387d603f59b161c61db7255ef6e55704
tree89f202f361b4b0cd1099d8a1491435f8f80ac43d
parentd3f55782b0a48a4472d7d535ac1215c8f5d43e31
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Doc: zig-cache/bin -> zig-out/bin (#8659)


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

doc/langref.html.in+1-1
...@@ -10016,7 +10016,7 @@ pub fn build(b: *Builder) void {...@@ -10016,7 +10016,7 @@ pub fn build(b: *Builder) void {
10016 {#code_end#}10016 {#code_end#}
10017 <p class="file">terminal</p>10017 <p class="file">terminal</p>
10018 <pre><code class="shell">$ zig build10018 <pre><code class="shell">$ zig build
10019$ ./zig-cache/bin/test10019$ ./zig-out/bin/test
10020all your base are belong to us</code></pre>10020all your base are belong to us</code></pre>
10021 {#see_also|Targets|Zig Build System#}10021 {#see_also|Targets|Zig Build System#}
10022 {#header_close#}10022 {#header_close#}