Skip to content

Commit 91c3d15

Browse files
committed
chore: style
1 parent 18aaabe commit 91c3d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub fn build(b: *std.Build) !void {
1414
.target = target,
1515
.optimize = optimize,
1616
.root_source_file = root_source_file,
17-
.strip = b.option(bool, "strip", "Strip the binary"),
17+
.strip = b.option(bool, "strip", "Strip binary"),
1818
});
1919

2020
// Library

0 commit comments

Comments
 (0)