Skip to content

Commit

Permalink
Rollup merge of #44377 - mathstuf:config.toml-typos, r=alexcrichton
Browse files Browse the repository at this point in the history
config.toml.example: fix some typos
  • Loading branch information
Mark-Simulacrum committed Sep 7, 2017
2 parents 435a5cd + 04cbf6e commit 6667058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
# option to true.
#full-bootstrap = false

# Enable a build of the and extended rust tool set which is not only the
# compiler but also tools such as Cargo. This will also produce "combined
# installers" which are used to install Rust and Cargo together. This is
# disabled by default.
# Enable a build of the extended rust tool set which is not only the compiler
# but also tools such as Cargo. This will also produce "combined installers"
# which are used to install Rust and Cargo together. This is disabled by
# default.
#extended = false

# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
Expand All @@ -175,7 +175,7 @@
# script.
#configure-args = []

# Indicates that a local rebuild is ocurring instead of a full bootstrap,
# Indicates that a local rebuild is occurring instead of a full bootstrap,
# essentially skipping stage0 as the local compiler is recompiling itself again.
#local-rebuild = false

Expand Down

0 comments on commit 6667058

Please sign in to comment.