Skip to content

Commit

Permalink
Auto merge of rust-lang#3018 - ttsugriy:ttsugriy-patch-1, r=RalfJung
Browse files Browse the repository at this point in the history
[nit][typo] Fix out of order words.
  • Loading branch information
bors committed Aug 15, 2023
2 parents 0577321 + bb32b0f commit 46aa9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ behavior** in your program, and cannot run all programs:
positives here, so if your program runs fine in Miri right now that is by no
means a guarantee that it is UB-free when these questions get answered.

In particular, Miri does currently not check that references point to valid data.
In particular, Miri does not check that references point to valid data.
* If the program relies on unspecified details of how data is laid out, it will
still run fine in Miri -- but might break (including causing UB) on different
compiler versions or different platforms.
Expand Down

0 comments on commit 46aa9bc

Please sign in to comment.