diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-15 14:21:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-15 14:21:56 +0800 |
| commit | a793372d8ce0eb11abd211d335619889b9bbc6ac (patch) | |
| tree | 59074e7bbff66f102636a52620fcadc373b16b52 | |
| parent | 5e8d407c313e9c84156ca05ec79703d5f388e113 (diff) | |
| parent | 7439da61fcb3b484eeea9461b10d1ae70c3963ed (diff) | |
| download | rust-a793372d8ce0eb11abd211d335619889b9bbc6ac.tar.gz rust-a793372d8ce0eb11abd211d335619889b9bbc6ac.zip | |
Rollup merge of #45264 - 0xAX:fix-typo-bootstrap-readm, r=kennytm
fix typo in src/bootstrap/README.md
| -rw-r--r-- | src/bootstrap/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index ebacc62b0fd..6eb074605fc 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -126,7 +126,7 @@ install a nightly, presumably using `rustup`. You will then want to configure your directory to use this build, like so: ``` -# configure to use local rust instead of downloding a beta. +# configure to use local rust instead of downloading a beta. # `--local-rust-root` is optional here. If elided, we will # use whatever rustc we find on your PATH. > configure --enable-rustbuild --local-rust-root=~/.cargo/ --enable-local-rebuild |
