We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a992a commit 673c43bCopy full SHA for 673c43b
1 file changed
library/alloc/src/rc.rs
@@ -1142,7 +1142,7 @@ impl<T: Clone> Rc<T> {
1142
/// be cloned.
1143
///
1144
/// See also [`get_mut`], which will fail rather than cloning the inner value
1145
- /// or diassociating [`Weak`] pointers.
+ /// or disassociating [`Weak`] pointers.
1146
1147
/// [`clone`]: Clone::clone
1148
/// [`get_mut`]: Rc::get_mut
0 commit comments