From 1774fa88ce9789a65b71b228e8c27691d4a8c209 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 22 Jun 2026 14:27:11 +0200 Subject: [PATCH] do not use title case for section names (part 2) --- src/compiler-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index a07b418c6..2a4365ba6 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -236,7 +236,7 @@ The compiler uses the [`tracing`] crate for logging. For details, see [the chapter on tracing](./tracing.md). -## Narrowing (Bisecting) Regressions +## Narrowing (bisecting) regressions The [cargo-bisect-rustc][bisect] tool can be used as a quick and easy way to find exactly which PR caused a change in `rustc` behavior.