"Memory Orderings" -> "Memory Ordering"

Co-authored-by: yvt <i@yvt.jp>
This commit is contained in:
Mara Bos 2023-06-21 12:43:22 +02:00 committed by GitHub
parent bf27f12d94
commit 3acb1d2b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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