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
5151obtained after fetching `url` and applying the inclusion rules given by
5252`paths`.
5353
54This field is the source of truth; packages do not come from an `url`; they
54This field is the source of truth; packages do not come from a `url`; they
5555come from a `hash`. `url` is just one of many possible mirrors for how to
5656obtain a package matching this `hash`.
5757
lib/init/build.zig.zon+2-2
......@@ -13,7 +13,7 @@
1313 // Each dependency must either provide a `url` and `hash`, or a `path`.
1414 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
1515 // Once all dependencies are fetched, `zig build` no longer requires
16 // Internet connectivity.
16 // internet connectivity.
1717 .dependencies = .{
1818 // See `zig fetch --save <url>` for a command-line interface for adding dependencies.
1919 //.example = .{
......@@ -26,7 +26,7 @@
2626 // // obtained after fetching `url` and applying the inclusion rules given by
2727 // // `paths`.
2828 // //
29 // // This field is the source of truth; packages do not come from an `url`; they
29 // // This field is the source of truth; packages do not come from a `url`; they
3030 // // come from a `hash`. `url` is just one of many possible mirrors for how to
3131 // // obtain a package matching this `hash`.
3232 // //