]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
Various minor/cosmetic improvements to code
[rust.git] / src / bootstrap / lib.rs
index 2832f5bebddd61bd2d1b7dccde7b9c19c2d7ab8a..2bcccc7b95bbaf5580dfbe61f034fba2676d4c8b 100644 (file)
@@ -38,7 +38,7 @@
 //! However, compiletest itself tries to avoid running tests when the artifacts
 //! that are involved (mainly the compiler) haven't changed.
 //!
-//! When you execute `x.py build`, the steps which are executed are:
+//! When you execute `x.py build`, the steps executed are:
 //!
 //! * First, the python script is run. This will automatically download the
 //!   stage0 rustc and cargo according to `src/stage0.txt`, or use the cached