fix(lint): typo
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 47s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 47s
This commit is contained in:
@@ -284,7 +284,7 @@ pub const Rectangle = packed struct {
|
|||||||
try testing.expectContainerScreen(.{
|
try testing.expectContainerScreen(.{
|
||||||
.rows = 20,
|
.rows = 20,
|
||||||
.cols = 30,
|
.cols = 30,
|
||||||
}, &container, @import("test/container/rectangle_with_seperator.zon"));
|
}, &container, @import("test/container/rectangle_with_separator.zon"));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user