authorgravatar for 16063560+pattmax00@users.noreply.github.comMaximilian <16063560+pattmax00@users.noreply.github.com> 2023-12-20 05:17:15-06:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2023-12-20 13:17:15+02:00
log697b8f7d2f043a40e3ec830625d3a54c9da68923
tree7b61cdd3f3c03ccf3b44ebc80a1249a194916b0a
parentf36ac227b13884f42f259bc38c5b0aa012273799
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Grammar fixes (#18320)

* Grammar fixes Just a couple things I noticed * Update build.zig.zon.md Fix a/an usage for zon doc

2 files changed, 3 insertions(+), 3 deletions(-)

doc/build.zig.zon.md+1-1
...@@ -51,7 +51,7 @@ This is computed from the file contents of the directory of files that is...@@ -51,7 +51,7 @@ This is computed from the file contents of the directory of files that is
51obtained after fetching `url` and applying the inclusion rules given by51obtained after fetching `url` and applying the inclusion rules given by
52`paths`.52`paths`.
5353
54This field is the source of truth; packages do not come from an `url`; they54This field is the source of truth; packages do not come from a `url`; they
55come from a `hash`. `url` is just one of many possible mirrors for how to55come from a `hash`. `url` is just one of many possible mirrors for how to
56obtain a package matching this `hash`.56obtain a package matching this `hash`.
5757
lib/init/build.zig.zon+2-2
...@@ -13,7 +13,7 @@...@@ -13,7 +13,7 @@
13 // Each dependency must either provide a `url` and `hash`, or a `path`.13 // Each dependency must either provide a `url` and `hash`, or a `path`.
14 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.14 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
15 // Once all dependencies are fetched, `zig build` no longer requires15 // Once all dependencies are fetched, `zig build` no longer requires
16 // Internet connectivity.16 // internet connectivity.
17 .dependencies = .{17 .dependencies = .{
18 // See `zig fetch --save <url>` for a command-line interface for adding dependencies.18 // See `zig fetch --save <url>` for a command-line interface for adding dependencies.
19 //.example = .{19 //.example = .{
...@@ -26,7 +26,7 @@...@@ -26,7 +26,7 @@
26 // // obtained after fetching `url` and applying the inclusion rules given by26 // // obtained after fetching `url` and applying the inclusion rules given by
27 // // `paths`.27 // // `paths`.
28 // //28 // //
29 // // This field is the source of truth; packages do not come from an `url`; they29 // // This field is the source of truth; packages do not come from a `url`; they
30 // // come from a `hash`. `url` is just one of many possible mirrors for how to30 // // come from a `hash`. `url` is just one of many possible mirrors for how to
31 // // obtain a package matching this `hash`.31 // // obtain a package matching this `hash`.
32 // //32 // //