Skip to content

Commit 97d115c

Browse files
committed
Auto merge of rust-lang#2354 - Techie-Pi:patch-1, r=RalfJung
Fix README typo "behaivours" -> "behaviours". Just something I noticed while reading
2 parents b994fea + bf5af84 commit 97d115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ in your program, and cannot run all programs:
6565
not support networking. System API support varies between targets; if you run
6666
on Windows it is a good idea to use `--target x86_64-unknown-linux-gnu` to get
6767
better support.
68-
* Weak memory emulation may [produce weak behaivours](https://github.com/rust-lang/miri/issues/2301)
68+
* Weak memory emulation may [produce weak behaviours](https://github.com/rust-lang/miri/issues/2301)
6969
unobservable by compiled programs running on real hardware when `SeqCst` fences are used, and it
7070
cannot produce all behaviors possibly observable on real hardware.
7171

0 commit comments

Comments
 (0)