We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf27f12 commit 3acb1d2Copy full SHA for 3acb1d2
library/std/src/thread/mod.rs
@@ -879,7 +879,7 @@ pub fn sleep(dur: Duration) {
879
///
880
/// * It can be implemented very efficiently on many platforms.
881
882
-/// # Memory Orderings
+/// # Memory Ordering
883
884
/// Calls to `park` _synchronize-with_ calls to `unpark`, meaning that memory
885
/// operations performed before a call to `unpark` are made visible to the thread that
0 commit comments