Skip to content

Commit c50804c

Browse files
joshlftaiki-e
andauthored
Update library/core/src/sync/atomic.rs
Co-authored-by: Taiki Endo <[email protected]>
1 parent fba87f6 commit c50804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/sync/atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ macro_rules! atomic_int {
21212121
$int_type:ident $atomic_type:ident) => {
21222122
/// An integer type which can be safely shared between threads.
21232123
///
2124-
/// This type has the same in-memory size and bit validity as the underlying
2124+
/// This type has the same size and bit validity as the underlying
21252125
/// integer type, [`
21262126
#[doc = $s_int_type]
21272127
/// `].

0 commit comments

Comments
 (0)