Skip to content

Commit 5ec9947

Browse files
authored
Update CONTRIBUTING.md
1 parent f97c143 commit 5ec9947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if (std.mem.eql(u8, op, "category/algorithm-name"))
7171
to test add:
7272

7373
```zig
74-
# runall.zig
74+
// runall.zig
7575
try runTest(allocator, "category/algorithm-name");
7676
```
7777

78-
**Note:** Do not change or modify the files (`build.zig` & `runall.zig`) without first suggesting it to the maintainers (open/issue proposal).
78+
**Note:** Do not change or modify the files (`build.zig` & `runall.zig`) without first suggesting it to the maintainers (open/issue proposal).

0 commit comments

Comments
 (0)