We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ece0c commit f81269fCopy full SHA for f81269f
library/alloc/src/sync.rs
@@ -1393,7 +1393,7 @@ impl<T: Clone> Arc<T> {
1393
/// referred to as clone-on-write.
1394
///
1395
/// However, if there are no other `Arc` pointers to this allocation, but some [`Weak`]
1396
- /// pointers, then the [`Weak`] pointers will be disociated and the inner value will not
+ /// pointers, then the [`Weak`] pointers will be dissociated and the inner value will not
1397
/// be cloned.
1398
1399
/// See also [`get_mut`], which will fail rather than cloning the inner value
0 commit comments