We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9473011 commit d3d1c14Copy full SHA for d3d1c14
lib/init/build.zig
@@ -117,7 +117,7 @@ pub fn build(b: *std.Build) void {
117
118
// Creates an executable that will run `test` blocks from the provided module.
119
// Here `mod` needs to define a target, which is why earlier we made sure to
120
- // set the releative field.
+ // set the relevant field.
121
const mod_tests = b.addTest(.{
122
.root_module = mod,
123
});
0 commit comments