From 1ed375c68970f2c16500738249b10b46d3d3ec37 Mon Sep 17 00:00:00 2001 From: git-iso <46284404+git-iso@users.noreply.github.com> Date: Mon, 22 Jul 2019 23:30:21 -0400 Subject: [PATCH 1/2] Update stage0.txt Grammar. --- src/stage0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage0.txt b/src/stage0.txt index 9b70a40458287..d548f6c06f406 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -25,7 +25,7 @@ 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 +# 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. # From f48ee09f040cecf5b11641f7548fcda34fb77ca9 Mon Sep 17 00:00:00 2001 From: git-iso <46284404+git-iso@users.noreply.github.com> Date: Tue, 23 Jul 2019 11:07:06 -0400 Subject: [PATCH 2/2] Update stage0.txt Fix columns. --- src/stage0.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index d548f6c06f406..14d65bef8f6dd 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 which is in the 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