diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-12-19 16:59:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-19 16:59:44 +0900 |
| commit | fda41c6b5cbdd7d848eb1011d4a22b496e077f00 (patch) | |
| tree | e5cecbe94ca03e6a7dbd01a8a121124e45c1e4b3 | |
| parent | 9f18f25464f3d73c9d5942ef4823a4d0b77cbf2f (diff) | |
| parent | 1e7bc907086c7eb5415f020ecde3fe7020d5b360 (diff) | |
| download | rust-fda41c6b5cbdd7d848eb1011d4a22b496e077f00.tar.gz rust-fda41c6b5cbdd7d848eb1011d4a22b496e077f00.zip | |
Rollup merge of #38445 - est31:master, r=apasel422
stage0.txt: typo fix
| -rw-r--r-- | src/stage0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index 2048f711c21..4fbd70835dd 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -2,7 +2,7 @@ # compiler itself. For the rustbuild build system, this also describes the # relevant Cargo revision that we're using. # -# Currently Rust always bootstrap from the previous stable release, and in our +# Currently Rust always bootstraps from the previous stable release, and in our # train model this means that the master branch bootstraps from beta, beta # bootstraps from current stable, and stable bootstraps from the previous stable # release. |
