File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ environment variable. We first document the most relevant and most commonly used
277
277
and `warn-nobacktrace` are the supported actions. The default is to `abort`,
278
278
which halts the machine. Some (but not all) operations also support continuing
279
279
execution with a "permission denied" error being returned to the program.
280
- ` warn` prints a full backtrace when that happen ; `warn-nobacktrace` is less
280
+ ` warn` prints a full backtrace when that happens ; `warn-nobacktrace` is less
281
281
verbose. `hide` hides the warning entirely.
282
282
* `-Zmiri-env-exclude=<var>` keeps the `var` environment variable isolated from the host so that it
283
283
cannot be accessed by the program. Can be used multiple times to exclude several variables. The
You can’t perform that action at this time.
0 commit comments