lint: correct reported typos (including a rename)
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 26s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 26s
This commit is contained in:
@@ -25,7 +25,7 @@ const QuitText = struct {
|
||||
};
|
||||
|
||||
/// Spinner element implementation that runs a simple animation that requires
|
||||
/// the continous draw loop.
|
||||
/// the continuous draw loop.
|
||||
const Spinner = struct {
|
||||
counter: u8 = 0,
|
||||
index: u8 = 0,
|
||||
Reference in New Issue
Block a user