diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md
index 259b10fc4..939c47f1b 100644
--- a/src/building/bootstrapping.md
+++ b/src/building/bootstrapping.md
@@ -22,9 +22,11 @@ Compiling `rustc` is done in stages. Here's a diagram, adapted from Joshua Nelso
[talk on bootstrapping][rustconf22-talk] at RustConf 2022, with detailed explanations below.
The `A`, `B`, `C`, and `D` show the ordering of the stages of bootstrapping.
-Blue nodes are downloaded,
-yellow nodes are built with the stage0 compiler, and
-green nodes are built with the stage1 compiler.
+Blue nodes are downloaded,
+yellow nodes are built with the
+stage0 compiler, and
+green nodes are built with the
+stage1 compiler.
[rustconf22-talk]: https://rustconf.com/schedule#bootstrapping-the-once-and-future-compiler