From 24688cbfde7619859edfa3733ea8fce49741e2d2 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 27 Aug 2023 02:50:02 +0200 Subject: [PATCH] it is lower-case (#1772) --- src/llvm-coverage-instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-coverage-instrumentation.md b/src/llvm-coverage-instrumentation.md index 2b1677ef..e4f95152 100644 --- a/src/llvm-coverage-instrumentation.md +++ b/src/llvm-coverage-instrumentation.md @@ -28,7 +28,7 @@ them), and generate various reports for analysis, for example:
Detailed instructions and examples are documented in the -[Rustc Book][rustc-book-instrument-coverage]. +[rustc book][rustc-book-instrument-coverage]. [llvm-instrprof-increment]: https://llvm.org/docs/LangRef.html#llvm-instrprof-increment-intrinsic [coverage map]: https://llvm.org/docs/CoverageMappingFormat.html