fix(lint): correct typos
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m1s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m1s
This commit is contained in:
@@ -46,7 +46,7 @@ const Struct = struct {
|
||||
};
|
||||
|
||||
pub fn main() void {
|
||||
// without explict scope (i.e. `.default` scope)
|
||||
// without explicit scope (i.e. `.default` scope)
|
||||
std.log.info("Without explicit scope or `.default` scope", .{});
|
||||
// initialize zlog with the scope of `main`
|
||||
const log = std.log.scoped(.main);
|
||||
|
||||
Reference in New Issue
Block a user