Skip to content

Commit 3acb1d2

Browse files
m-ou-seyvt
andauthored
"Memory Orderings" -> "Memory Ordering"
Co-authored-by: yvt <[email protected]>
1 parent bf27f12 commit 3acb1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ pub fn sleep(dur: Duration) {
879879
///
880880
/// * It can be implemented very efficiently on many platforms.
881881
///
882-
/// # Memory Orderings
882+
/// # Memory Ordering
883883
///
884884
/// Calls to `park` _synchronize-with_ calls to `unpark`, meaning that memory
885885
/// operations performed before a call to `unpark` are made visible to the thread that

0 commit comments

Comments
 (0)