]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/README.md
Rollup merge of #107177 - thanatos:fix-doc-errant-light-theme, r=notriddle
[rust.git] / compiler / rustc_driver / README.md
index 37dc7f6ba5fe4b06d1654ee4e686ecb7ce60e577..6d7fba36fb3d071f182ab20a105e485a0f2efc47 100644 (file)
@@ -1,5 +1,5 @@
 The `driver` crate is effectively the "main" function for the rust
-compiler.  It orchestrates the compilation process and "knits together"
+compiler. It orchestrates the compilation process and "knits together"
 the code from the other crates within rustc. This crate itself does
 not contain any of the "main logic" of the compiler (though it does
 have some code related to pretty printing or other minor compiler