Skip to content

Commit b9b2af9

Browse files
committed
Auto merge of #1764 - RalfJung:readme, r=RalfJung
fix typo in README "you program" → "your program"
2 parents 1ec52ab + 0a7a41f commit b9b2af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[actions-url]: https://github.com/rust-lang/miri/actions
77

88
An experimental interpreter for [Rust][rust]'s
9-
[mid-level intermediate representation][mir] (MIR). It can run binaries and
9+
[mid-level intermediate representation][mir] (MIR). It can run binaries and
1010
test suites of cargo projects and detect certain classes of
1111
[undefined behavior](https://doc.rust-lang.org/reference/behavior-considered-undefined.html),
1212
for example:
@@ -32,7 +32,7 @@ big-endian systems. See
3232
[cross-interpretation](#cross-interpretation-running-for-different-targets)
3333
below.
3434

35-
Miri has already discovered some [real-world bugs](#bugs-found-by-miri). If you
35+
Miri has already discovered some [real-world bugs](#bugs-found-by-miri). If you
3636
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
3737
list!
3838

@@ -41,7 +41,7 @@ in your program, and cannot run all programs:
4141

4242
* There are still plenty of open questions around the basic invariants for some
4343
types and when these invariants even have to hold. Miri tries to avoid false
44-
positives here, so if you program runs fine in Miri right now that is by no
44+
positives here, so if your program runs fine in Miri right now that is by no
4545
means a guarantee that it is UB-free when these questions get answered.
4646

4747
In particular, Miri does currently not check that integers/floats are

0 commit comments

Comments
 (0)