Update library/core/src/sync/atomic.rs

Co-authored-by: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
Joshua Liebow-Feeser 2024-03-03 08:08:52 -08:00 committed by GitHub
parent fba87f6892
commit c50804cfdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2121,7 +2121,7 @@ macro_rules! atomic_int {
$int_type:ident $atomic_type:ident) => {
/// An integer type which can be safely shared between threads.
///
/// 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
/// integer type, [`
#[doc = $s_int_type]
/// `].