fix(lint): correct typos
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m1s

This commit is contained in:
2025-11-02 13:17:52 +01:00
parent 69da9265b8
commit f43034cea9
3 changed files with 6 additions and 3 deletions

View File

@@ -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);