Skip to content

Commit a793372

Browse files
authored
Rollup merge of rust-lang#45264 - 0xAX:fix-typo-bootstrap-readm, r=kennytm
fix typo in src/bootstrap/README.md
2 parents 5e8d407 + 7439da6 commit a793372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ install a nightly, presumably using `rustup`. You will then want to
126126
configure your directory to use this build, like so:
127127

128128
```
129-
# configure to use local rust instead of downloding a beta.
129+
# configure to use local rust instead of downloading a beta.
130130
# `--local-rust-root` is optional here. If elided, we will
131131
# use whatever rustc we find on your PATH.
132132
> configure --enable-rustbuild --local-rust-root=~/.cargo/ --enable-local-rebuild

0 commit comments

Comments
 (0)