fix(View): correct typo
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 51s

This commit is contained in:
2025-01-15 11:02:32 +01:00
parent e9be9a1c35
commit 1ea410354f

View File

@@ -102,7 +102,7 @@ pub fn View(comptime Event: type, comptime Renderer: type) type {
const view: @TypeOf(object) = @ptrCast(@alignCast(this.object));
view.disable();
}
}.diable,
}.disable,
.deinit = struct {
fn deinit(this: *ViewType) void {
const view: @TypeOf(object) = @ptrCast(@alignCast(this.object));