From 8897885425bf3d89053f896319eeb8777cf255fc Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:29:57 +0100 Subject: [PATCH] docs: fix mismatched backticks in CONTRIBUTING.md (#6951) It's rendered correctly at least on GitHub, but syntax highlighting fails after that point. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93817ef2b0e..681b1c288c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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;