authorgravatar for nathanielketema@gmail.comNathaniel Ketema <nathanielketema@gmail.com> 2025-08-22 14:00:11-05:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-25 18:51:34+02:00
log38173d63d38ff6afb43ee7b52cc5ea09ede38765
tree0b0d7542eb00ca212ef9fb1fe86de0db5b61b239
parentd4e5d1e15c1c8ff85f611e82cb9fd7f7084a7b38
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

fix: fix typo in comment by removing repeated 'business' word


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

lib/init/build.zig+1-1
...@@ -44,7 +44,7 @@ pub fn build(b: *std.Build) void {...@@ -44,7 +44,7 @@ pub fn build(b: *std.Build) void {
44 // Here we define an executable. An executable needs to have a root module44 // Here we define an executable. An executable needs to have a root module
45 // which needs to expose a `main` function. While we could add a main function45 // which needs to expose a `main` function. While we could add a main function
46 // to the module defined above, it's sometimes preferable to split business46 // to the module defined above, it's sometimes preferable to split business
47 // business logic and the CLI into two separate modules.47 // logic and the CLI into two separate modules.
48 //48 //
49 // If your goal is to create a Zig library for others to use, consider if49 // If your goal is to create a Zig library for others to use, consider if
50 // it might benefit from also exposing a CLI tool. A parser library for a50 // it might benefit from also exposing a CLI tool. A parser library for a