fix(typos)
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 33s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 33s
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//! - render(this: *@This(), size: Size, contents: []u8) !void {}
|
||||
//! - flush(this: @This()) !void {}
|
||||
//!
|
||||
//! Each `Renderer` should be able to be used interchangable without having to
|
||||
//! Each `Renderer` should be able to be used interchangeable without having to
|
||||
//! change any code of any `Layout` or `Widget`. The only change should be the
|
||||
//! passed type to `zterm.App` _R_ parameter.
|
||||
const std = @import("std");
|
||||
|
||||
Reference in New Issue
Block a user