Skip to content

Commit 8897885

Browse files
authored
docs: fix mismatched backticks in CONTRIBUTING.md (tokio-rs#6951)
It's rendered correctly at least on GitHub, but syntax highlighting fails after that point.
1 parent 0dbdd19 commit 8897885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ To list the available fuzzing harnesses you can run;
269269
$ cd tokio
270270
$ cargo fuzz list
271271
fuzz_linked_list
272-
````
272+
```
273273

274274
Running a fuzz test is as simple as;
275275

0 commit comments

Comments
 (0)