]> git.lizzy.rs Git - rust.git/commitdiff
tweak wording
authorRalf Jung <post@ralfj.de>
Wed, 8 Apr 2020 13:56:59 +0000 (15:56 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 8 Apr 2020 13:56:59 +0000 (15:56 +0200)
CONTRIBUTING.md

index 5862d2d402ae8b767ca8437b35ab7171812746ef..a143190d5bdb731477797ae44d57aff6ad0f9299 100644 (file)
@@ -45,7 +45,7 @@ supports.
 
 ### Testing the Miri driver
 
-The Miri driver in the `src/bin/miri.rs` binary is the "heart" of Miri: it is
+The Miri driver compiled from `src/bin/miri.rs` is the "heart" of Miri: it is
 basically a version of `rustc` that, instead of compiling your code, runs it.
 It accepts all the same flags as `rustc` (though the ones only affecting code
 generation and linking obviously will have no effect) [and more][miri-flags].