Skip to content

Commit 6549764

Browse files
committed
typo
1 parent 108fe34 commit 6549764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ environment variable. We first document the most relevant and most commonly used
277277
and `warn-nobacktrace` are the supported actions. The default is to `abort`,
278278
which halts the machine. Some (but not all) operations also support continuing
279279
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
281281
verbose. `hide` hides the warning entirely.
282282
* `-Zmiri-env-exclude=<var>` keeps the `var` environment variable isolated from the host so that it
283283
cannot be accessed by the program. Can be used multiple times to exclude several variables. The

0 commit comments

Comments
 (0)