fix(typos): correct spelling mistakes
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 52s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 52s
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn Widget(comptime Event: type) type {
|
||||
};
|
||||
}
|
||||
|
||||
// TODO: import and export of `Widget` implementations (with corresponding intialization using `Event`)
|
||||
// TODO: import and export of `Widget` implementations (with corresponding initialization using `Event`)
|
||||
pub const RawText = @import("widget/RawText.zig").Widget(Event);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user