aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKNnut <9387720+KNnut@users.noreply.github.com>2024-07-14 16:03:20 +0800
committerAndrew Kelley <andrew@ziglang.org>2024-07-15 10:47:36 -0700
commitcf36d3fdd3674bfb95f22aa7bc7ff450ebdc1c08 (patch)
tree9edc18ceefc27e3418e6e8bd72b0e4488608d93a
parente5c974fa5cd3f9ed49463b597954a053da91de6d (diff)
downloadzig-cf36d3fdd3674bfb95f22aa7bc7ff450ebdc1c08.tar.gz
zig-cf36d3fdd3674bfb95f22aa7bc7ff450ebdc1c08.zip
add a missing comment in build.zig.zon
-rw-r--r--lib/init/build.zig.zon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init/build.zig.zon b/lib/init/build.zig.zon
index 8684a901a9..c06abec206 100644
--- a/lib/init/build.zig.zon
+++ b/lib/init/build.zig.zon
@@ -45,7 +45,7 @@
// // build root. In this case the package's hash is irrelevant and therefore not
// // computed. This field and `url` are mutually exclusive.
// .path = "foo",
-
+ //
// // When this is set to `true`, a package is declared to be lazily
// // fetched. This makes the dependency only get fetched if it is
// // actually used.