1
Fork 0

Rollup merge of #38445 - est31:master, r=apasel422

stage0.txt: typo fix
This commit is contained in:
Seo Sanghyeon 2016-12-19 16:59:44 +09:00 committed by GitHub
commit fda41c6b5c

View file

@ -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.