We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595ea1 commit 0b54b91Copy full SHA for 0b54b91
1 file changed
library/alloc/src/sync.rs
@@ -1397,7 +1397,7 @@ impl<T: Clone> Arc<T> {
1397
/// be cloned.
1398
///
1399
/// See also [`get_mut`], which will fail rather than cloning the inner value
1400
- /// or diassociating [`Weak`] pointers.
+ /// or disassociating [`Weak`] pointers.
1401
1402
/// [`clone`]: Clone::clone
1403
/// [`get_mut`]: Arc::get_mut
0 commit comments