diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-07-23 12:51:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-23 12:51:22 -0400 |
| commit | c939db7404fdce109ddf8d2fbfceac6ff99b0e26 (patch) | |
| tree | 013b65f2a8a15a04bef52e5f4d010609a53f5810 /src | |
| parent | f1b267bef4a2aaa82a1e53441c6d2c8a3edb866c (diff) | |
| parent | f48ee09f040cecf5b11641f7548fcda34fb77ca9 (diff) | |
| download | rust-c939db7404fdce109ddf8d2fbfceac6ff99b0e26.tar.gz rust-c939db7404fdce109ddf8d2fbfceac6ff99b0e26.zip | |
Rollup merge of #62889 - git-iso:patch-1, r=jonas-schievink
Update stage0.txt Grammar.
Diffstat (limited to 'src')
| -rw-r--r-- | src/stage0.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index 9b70a404582..14d65bef8f6 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -25,9 +25,9 @@ cargo: beta # # This means that there's a small window of time (a few days) where artifacts # are downloaded from dev-static.rust-lang.org instead of static.rust-lang.org. -# In order to ease this transition we have an extra key is in this configuration -# file below. When uncommented this will instruct the bootstrap.py script to -# download from dev-static.rust-lang.org. +# In order to ease this transition we have an extra key which is in the +# configuration file below. When uncommented this will instruct the bootstrap.py +# script to download from dev-static.rust-lang.org. # # This key is typically commented out at all times. If you're looking at a # stable release tarball it should *definitely* be commented out. If you're |
