From f0858c97a8be32fcd23b297e8c4de4ac3fc94bac Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Wed, 11 May 2022 19:55:35 +0100 Subject: [PATCH] Update README.md Co-authored-by: Ralf Jung --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027bb62311..87b7c466bf 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ in your program, and cannot run all programs: loop forever. There is no threading support on Windows. * Weak memory emulation may produce weak behaivours unobservable by compiled programs running on real hardware when `SeqCst` fences are used, and it cannot - produce all possibly observable behaviours on real hardware. + produce all behaviors possibly observable on real hardware. [rust]: https://www.rust-lang.org/ [mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md