diff options
| author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2017-10-13 23:51:38 +0600 |
|---|---|---|
| committer | Alexander Kuleshov <kuleshovmail@gmail.com> | 2017-10-13 23:51:38 +0600 |
| commit | 7439da61fcb3b484eeea9461b10d1ae70c3963ed (patch) | |
| tree | 829b5199cc573bf32c9e636310f5f1797a75e6ef /src/bootstrap | |
| parent | d27411494a98e7958cd7aa1c61d370e8cce29fcc (diff) | |
| download | rust-7439da61fcb3b484eeea9461b10d1ae70c3963ed.tar.gz rust-7439da61fcb3b484eeea9461b10d1ae70c3963ed.zip | |
fix typo in src/bootstrap/README.md
Diffstat (limited to 'src/bootstrap')
| -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 |
