Skip to content

Commit c9a6b23

Browse files
committed
Auto merge of #1642 - jonahwilliams:patch-1, r=RalfJung
Fix README.md typo "extend" -> "extent" Just something I noticed while reading.
2 parents a2fa80d + 789c8a0 commit c9a6b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in your program, and cannot run all programs:
5252
* Program execution is non-deterministic when it depends, for example, on where
5353
exactly in memory allocations end up, or on the exact interleaving of
5454
concurrent threads. Miri tests one of many possible executions of your
55-
program. You can alleviate this to some extend by running Miri with different
55+
program. You can alleviate this to some extent by running Miri with different
5656
values for `-Zmiri-seed`, but that will still by far not explore all possible
5757
executions.
5858
* Miri runs the program as a platform-independent interpreter, so the program

0 commit comments

Comments
 (0)