fix(lint): correct spelling errors
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (pull_request) Successful in 1m9s
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 42s

This commit was merged in pull request #1.
This commit is contained in:
2025-02-16 16:01:04 +01:00
parent 5c929479b2
commit 7b690d387b
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ pub const ExampleElement = packed struct {
_ = ctx;
std.debug.assert(cells.len == @as(usize, size.cols) * @as(usize, size.rows));
// NOTE: error should only be returned here in case an in-recoverable exception has occured
// NOTE: error should only be returned here in case an in-recoverable exception has occurred
const row = size.rows / 2;
const col = size.cols / 2 -| 3;