Fix README.md typo "extend" -> "extent"
Just something I noticed while reading
This commit is contained in:
parent
a2fa80d277
commit
789c8a006b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ in your program, and cannot run all programs:
|
|||
* Program execution is non-deterministic when it depends, for example, on where
|
||||
exactly in memory allocations end up, or on the exact interleaving of
|
||||
concurrent threads. Miri tests one of many possible executions of your
|
||||
program. You can alleviate this to some extend by running Miri with different
|
||||
program. You can alleviate this to some extent by running Miri with different
|
||||
values for `-Zmiri-seed`, but that will still by far not explore all possible
|
||||
executions.
|
||||
* Miri runs the program as a platform-independent interpreter, so the program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue