fix(lint): correct spelling errors
This commit was merged in pull request #1.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user