fix(lint): typo
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 47s

This commit is contained in:
2025-02-26 21:54:29 +01:00
parent 8f16435f30
commit 54ce697e91
2 changed files with 1 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ pub const Rectangle = packed struct {
try testing.expectContainerScreen(.{
.rows = 20,
.cols = 30,
}, &container, @import("test/container/rectangle_with_seperator.zon"));
}, &container, @import("test/container/rectangle_with_separator.zon"));
}
};