Skip to content

Commit 0b54b91

Browse files
authored
Spelling correction.
1 parent 0595ea1 commit 0b54b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ impl<T: Clone> Arc<T> {
13971397
/// be cloned.
13981398
///
13991399
/// See also [`get_mut`], which will fail rather than cloning the inner value
1400-
/// or diassociating [`Weak`] pointers.
1400+
/// or disassociating [`Weak`] pointers.
14011401
///
14021402
/// [`clone`]: Clone::clone
14031403
/// [`get_mut`]: Arc::get_mut

0 commit comments

Comments
 (0)