Spelling correction.

This commit is contained in:
Ximon Eighteen 2022-06-01 00:23:23 +02:00 committed by GitHub
parent 0595ea1d12
commit 0b54b91496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1397,7 +1397,7 @@ impl<T: Clone> Arc<T> {
/// be cloned.
///
/// See also [`get_mut`], which will fail rather than cloning the inner value
/// or diassociating [`Weak`] pointers.
/// or disassociating [`Weak`] pointers.
///
/// [`clone`]: Clone::clone
/// [`get_mut`]: Arc::get_mut