Skip to content

Commit d3d1c14

Browse files
committed
fix: fix typo in lib/init/build.zig
releative -> relevant
1 parent 9473011 commit d3d1c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/init/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn build(b: *std.Build) void {
117117

118118
// Creates an executable that will run `test` blocks from the provided module.
119119
// Here `mod` needs to define a target, which is why earlier we made sure to
120-
// set the releative field.
120+
// set the relevant field.
121121
const mod_tests = b.addTest(.{
122122
.root_module = mod,
123123
});

0 commit comments

Comments
 (0)