diff --git a/doc/build.zig.zon.md b/doc/build.zig.zon.md index cf7f69e60d..ad2ff61b64 100644 --- a/doc/build.zig.zon.md +++ b/doc/build.zig.zon.md @@ -51,7 +51,7 @@ This is computed from the file contents of the directory of files that is obtained after fetching `url` and applying the inclusion rules given by `paths`. -This field is the source of truth; packages do not come from an `url`; they +This field is the source of truth; packages do not come from a `url`; they come from a `hash`. `url` is just one of many possible mirrors for how to obtain a package matching this `hash`. diff --git a/lib/init/build.zig.zon b/lib/init/build.zig.zon index 4af23a37f4..dc9d138ba5 100644 --- a/lib/init/build.zig.zon +++ b/lib/init/build.zig.zon @@ -13,7 +13,7 @@ // Each dependency must either provide a `url` and `hash`, or a `path`. // `zig build --fetch` can be used to fetch all dependencies of a package, recursively. // Once all dependencies are fetched, `zig build` no longer requires - // Internet connectivity. + // internet connectivity. .dependencies = .{ // See `zig fetch --save ` for a command-line interface for adding dependencies. //.example = .{ @@ -26,7 +26,7 @@ // // obtained after fetching `url` and applying the inclusion rules given by // // `paths`. // // - // // This field is the source of truth; packages do not come from an `url`; they + // // This field is the source of truth; packages do not come from a `url`; they // // come from a `hash`. `url` is just one of many possible mirrors for how to // // obtain a package matching this `hash`. // //