authorgravatar for 9387720+KNnut@users.noreply.github.comKNnut <9387720+KNnut@users.noreply.github.com> 2024-07-14 16:03:20+08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-07-15 10:47:36-07:00
logcf36d3fdd3674bfb95f22aa7bc7ff450ebdc1c08
tree9edc18ceefc27e3418e6e8bd72b0e4488608d93a
parente5c974fa5cd3f9ed49463b597954a053da91de6d

add a missing comment in build.zig.zon


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

lib/init/build.zig.zon+1-1
......@@ -45,7 +45,7 @@
4545 // // build root. In this case the package's hash is irrelevant and therefore not
4646 // // computed. This field and `url` are mutually exclusive.
4747 // .path = "foo",
48
48 //
4949 // // When this is set to `true`, a package is declared to be lazily
5050 // // fetched. This makes the dependency only get fetched if it is
5151 // // actually used.