Skip to content

Commit 1ec896d

Browse files
Missed a review comment
Co-authored-by: LeSeulArtichaut <[email protected]>
1 parent 5d3ce76 commit 1ec896d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Note that there are two `std` libraries in play here:
192192
2. The library _used to compile programs_ with `stageN/rustc`, which was
193193
built by stage N (stage N `std`).
194194

195-
stage N `std` is pretty much necessary for any useful work with the stage N compiler.
195+
Stage N `std` is pretty much necessary for any useful work with the stage N compiler.
196196
Without it, you can only compile programs with `#![no_core]` -- not terribly useful!
197197

198198
The reason these need to be different is because they aren't necessarily ABI-compatible:

0 commit comments

Comments
 (0)