We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d3e9b4 + 411d6bc commit 19e124cCopy full SHA for 19e124c
README.md
@@ -53,7 +53,7 @@ behavior** in your program, and cannot run all programs:
53
positives here, so if your program runs fine in Miri right now that is by no
54
means a guarantee that it is UB-free when these questions get answered.
55
56
- 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.
57
* If the program relies on unspecified details of how data is laid out, it will
58
still run fine in Miri -- but might break (including causing UB) on different
59
compiler versions or different platforms.
0 commit comments