From bf5af84640f5494e6e915c00adadf83ce1d62637 Mon Sep 17 00:00:00 2001 From: TechiePi <48295028+Techie-Pi@users.noreply.github.com> Date: Sun, 10 Jul 2022 23:41:35 +0200 Subject: [PATCH] Fix README typo "behaivours" -> "behaviours". Just something I noticed while reading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52934a6cd4bc..7679537e7f88 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ in your program, and cannot run all programs: not support networking. System API support varies between targets; if you run on Windows it is a good idea to use `--target x86_64-unknown-linux-gnu` to get better support. -* Weak memory emulation may [produce weak behaivours](https://github.com/rust-lang/miri/issues/2301) +* Weak memory emulation may [produce weak behaviours](https://github.com/rust-lang/miri/issues/2301) unobservable by compiled programs running on real hardware when `SeqCst` fences are used, and it cannot produce all behaviors possibly observable on real hardware.