Skip to content

Commit 9eaa5c6

Browse files
authored
Update sync.rs
1 parent 5111f1e commit 9eaa5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: alloc/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ impl<T: Clone> Arc<T> {
13931393
/// referred to as clone-on-write.
13941394
///
13951395
/// 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
1396+
/// pointers, then the [`Weak`] pointers will be dissociated and the inner value will not
13971397
/// be cloned.
13981398
///
13991399
/// See also [`get_mut`], which will fail rather than cloning the inner value

0 commit comments

Comments
 (0)