Skip to content

Commit 9e2cdee

Browse files
authored
Fix typo (#1315)
1 parent e798dc4 commit 9e2cdee

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
@@ -218,7 +218,7 @@ Stage N `std` is pretty much necessary for any useful work with the stage N comp
218218
Without it, you can only compile programs with `#![no_core]` -- not terribly useful!
219219

220220
The reason these need to be different is because they aren't necessarily ABI-compatible:
221-
there could be a new layout optimizations, changes to MIR, or other changes
221+
there could be new layout optimizations, changes to MIR, or other changes
222222
to Rust metadata on nightly that aren't present in beta.
223223

224224
This is also where `--keep-stage 1 library/std` comes into play. Since most

0 commit comments

Comments
 (0)