]> git.lizzy.rs Git - rust.git/commitdiff
Fix README.md typo "extend" -> "extent"
authorJonah Williams <jonahwilliams@google.com>
Mon, 7 Dec 2020 01:54:59 +0000 (17:54 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 01:54:59 +0000 (17:54 -0800)
Just something I noticed while reading

README.md

index 3a8524ec01d34a228d700cbfbbe1b145d5f6b125..7c6b09968f477240d9bf36d86e199dc54300dbbc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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