mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
Fix doc typo
This commit is contained in:
parent
07ae142d77
commit
0d99b90983
@ -2830,7 +2830,7 @@ unsafe fn atomic_umin<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T {
|
|||||||
/// A fence 'A' which has (at least) [`Release`] ordering semantics, synchronizes
|
/// A fence 'A' which has (at least) [`Release`] ordering semantics, synchronizes
|
||||||
/// with a fence 'B' with (at least) [`Acquire`] semantics, if and only if there
|
/// with a fence 'B' with (at least) [`Acquire`] semantics, if and only if there
|
||||||
/// exist operations X and Y, both operating on some atomic object 'M' such
|
/// exist operations X and Y, both operating on some atomic object 'M' such
|
||||||
/// that A is sequenced before X, Y is synchronized before B and Y observes
|
/// that A is sequenced before X, Y is sequenced before B and Y observes
|
||||||
/// the change to M. This provides a happens-before dependence between A and B.
|
/// the change to M. This provides a happens-before dependence between A and B.
|
||||||
///
|
///
|
||||||
/// ```text
|
/// ```text
|
||||||
|
Loading…
Reference in New Issue
Block a user