We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba87f6 commit c50804cCopy full SHA for c50804c
library/core/src/sync/atomic.rs
@@ -2121,7 +2121,7 @@ macro_rules! atomic_int {
2121
$int_type:ident $atomic_type:ident) => {
2122
/// An integer type which can be safely shared between threads.
2123
///
2124
- /// This type has the same in-memory size and bit validity as the underlying
+ /// This type has the same size and bit validity as the underlying
2125
/// integer type, [`
2126
#[doc = $s_int_type]
2127
/// `].
0 commit comments