lint: correct reported typos (including a rename)
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 26s

This commit is contained in:
2025-06-24 20:35:28 +02:00
parent a8e138deb7
commit ed0010c8af
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void {
const Examples = enum {
all,
demo,
continous,
continuous,
// elements:
alignment,
button,
@@ -55,7 +55,7 @@ pub fn build(b: *std.Build) void {
.name = e.name,
.root_source_file = b.path(switch (@as(Examples, @enumFromInt(e.value))) {
.demo => "examples/demo.zig",
.continous => "examples/continous.zig",
.continuous => "examples/continuous.zig",
// elements:
.alignment => "examples/elements/alignment.zig",
.button => "examples/elements/button.zig",