Skip to content

Commit

Permalink
"Memory Orderings" -> "Memory Ordering"
Browse files Browse the repository at this point in the history
Co-authored-by: yvt <i@yvt.jp>
  • Loading branch information
m-ou-se and yvt authored Jun 21, 2023
1 parent bf27f12 commit 3acb1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3acb1d2

Please sign in to comment.