"Memory Orderings" -> "Memory Ordering"
Co-authored-by: yvt <i@yvt.jp>
This commit is contained in:
parent
bf27f12d94
commit
3acb1d2b9b
@ -879,7 +879,7 @@ pub fn sleep(dur: Duration) {
|
||||
///
|
||||
/// * It can be implemented very efficiently on many platforms.
|
||||
///
|
||||
/// # Memory Orderings
|
||||
/// # Memory Ordering
|
||||
///
|
||||
/// Calls to `park` _synchronize-with_ calls to `unpark`, meaning that memory
|
||||
/// operations performed before a call to `unpark` are made visible to the thread that
|
||||
|
Loading…
Reference in New Issue
Block a user