mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
fix: fix typo in comment by removing repeated 'business' word
This commit is contained in:
parent
718ee31e21
commit
5c0ad01d3c
@ -44,7 +44,7 @@ pub fn build(b: *std.Build) void {
|
|||||||
// Here we define an executable. An executable needs to have a root module
|
// Here we define an executable. An executable needs to have a root module
|
||||||
// which needs to expose a `main` function. While we could add a main function
|
// which needs to expose a `main` function. While we could add a main function
|
||||||
// to the module defined above, it's sometimes preferable to split business
|
// to the module defined above, it's sometimes preferable to split business
|
||||||
// business logic and the CLI into two separate modules.
|
// logic and the CLI into two separate modules.
|
||||||
//
|
//
|
||||||
// If your goal is to create a Zig library for others to use, consider if
|
// If your goal is to create a Zig library for others to use, consider if
|
||||||
// it might benefit from also exposing a CLI tool. A parser library for a
|
// it might benefit from also exposing a CLI tool. A parser library for a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user