Skip to content

Commit 69f802e

Browse files
authored
Spelling correction.
1 parent 4cac94e commit 69f802e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)