fix(lint): correct spelling error
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 49s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 49s
This commit is contained in:
@@ -634,7 +634,7 @@ pub fn Container(comptime Event: type) type {
|
||||
}
|
||||
|
||||
pub fn fit_resize(this: *@This()) Point {
|
||||
// NOTE this is supposed to be a simple and easy to understand alogrithm, there are currently no optimizations done
|
||||
// NOTE this is supposed to be a simple and easy to understand algorithm, there are currently no optimizations done
|
||||
const layout = this.properties.layout;
|
||||
var size: Point = switch (layout.direction) {
|
||||
.horizontal => .{ .x = layout.gap * @as(u16, @truncate(this.elements.items.len -| 1)) },
|
||||
|
||||
Reference in New Issue
Block a user