We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2089e6c commit 291f8deCopy full SHA for 291f8de
README.md
@@ -232,7 +232,7 @@ environment variable:
232
such as FFI and unsupported syscalls, panic within the context of the emulated
233
application instead of raising an error within the context of Miri (and halting
234
execution). Note that code might not expect these operations to ever panic, so
235
- this flag can lead to strange(mis)behavior.
+ this flag can lead to strange (mis)behavior.
236
* `-Zmiri-seed=<hex>` configures the seed of the RNG that Miri uses to resolve
237
non-determinism. This RNG is used to pick base addresses for allocations.
238
When isolation is enabled (the default), this is also used to emulate system
0 commit comments