Skip to content

Commit 313c111

Browse files
authored
Merge pull request #2767 from rust-lang/tshepang-patch-1
typo
2 parents 29e37f3 + c01c2d6 commit 313c111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/building/bootstrapping/what-bootstrapping-does.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ This is also where `--keep-stage 1 library/std` comes into play. Since most
243243
changes to the compiler don't actually change the ABI, once you've produced a
244244
`std` in `stage1`, you can probably just reuse it with a different compiler. If
245245
the ABI hasn't changed, you're good to go, no need to spend time recompiling
246-
that `std`. The flag `--keep-stage` simply instructs the build script to assumes
246+
that `std`. The flag `--keep-stage` simply instructs the build script to assume
247247
the previous compile is fine and copies those artifacts into the appropriate
248248
place, skipping the `cargo` invocation.
249249

0 commit comments

Comments
 (0)