Skip to content

Commit b3a2677

Browse files
eltociearjinzhongjia
authored andcommitted
Update build.zig
exmaple -> example
1 parent de98b03 commit b3a2677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn build_examples(b: *Build, optimize: OptimizeMode, target: CrossTarget, webui_
122122
std.os.exit(1);
123123
};
124124

125-
const step_desc = std.fmt.allocPrint(b.allocator, "run exmaple {s}", .{example_name}) catch |err| {
125+
const step_desc = std.fmt.allocPrint(b.allocator, "run example {s}", .{example_name}) catch |err| {
126126
log.err("fmt step_desc for examples failed, err is {}", .{err});
127127
std.os.exit(1);
128128
};

0 commit comments

Comments
 (0)