From 9e98874f5844330894aac22ecd3434a4c9bcd653 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 22 Jun 2026 14:24:53 +0200 Subject: [PATCH] do not use title case for section names --- 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..f9766706a 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -248,7 +248,7 @@ You can then look at the PR to get more context on *why* it was changed. [bisect]: https://github.com/rust-lang/cargo-bisect-rustc [bisect-tutorial]: https://rust-lang.github.io/cargo-bisect-rustc/tutorial.html -## Downloading Artifacts from Rust's CI +## Downloading artifacts from Rust's CI The [rustup-toolchain-install-master][rtim] tool by kennytm can be used to download the artifacts produced by Rust's CI for a specific SHA1 -- this