Improve wording

Co-authored-by: Aaron Hill <aa1ronham@gmail.com>
This commit is contained in:
Ralf Jung 2020-10-12 00:15:01 +02:00 committed by GitHub
parent 71e0e59b63
commit 3bdf2bccae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ error: unsupported operation: can't call foreign function: bind
### Cross-interpretation: running for different targets
Miri cannot just run a binary or test suite for your host target, it can also
Miri can not only run a binary or test suite for your host target, it can also
perform cross-interpretation for arbitrary foreign targets: `cargo miri run
--target x86_64-unknown-linux-gnu` will run your program as if it was a Linux
program, no matter your host OS. This is particularly useful if you are using