Skip to content

Commit

Permalink
docs: fix mismatched backticks in CONTRIBUTING.md (#6951)
Browse files Browse the repository at this point in the history
It's rendered correctly at least on GitHub, but syntax highlighting fails after that point.
  • Loading branch information
DaniPopes authored Nov 4, 2024
1 parent 0dbdd19 commit 8897885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ To list the available fuzzing harnesses you can run;
$ cd tokio
$ cargo fuzz list
fuzz_linked_list
````
```

Running a fuzz test is as simple as;

Expand Down

0 comments on commit 8897885

Please sign in to comment.