We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3ce76 commit 1ec896dCopy full SHA for 1ec896d
src/building/bootstrapping.md
@@ -192,7 +192,7 @@ Note that there are two `std` libraries in play here:
192
2. The library _used to compile programs_ with `stageN/rustc`, which was
193
built by stage N (stage N `std`).
194
195
-stage N `std` is pretty much necessary for any useful work with the stage N compiler.
+Stage N `std` is pretty much necessary for any useful work with the stage N compiler.
196
Without it, you can only compile programs with `#![no_core]` -- not terribly useful!
197
198
The reason these need to be different is because they aren't necessarily ABI-compatible:
0 commit comments