Skip to content

Commit 673c43b

Browse files
committed
Fix a typo in docstring
1 parent 95a992a commit 673c43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/alloc/src/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ impl<T: Clone> Rc<T> {
11421142
/// be cloned.
11431143
///
11441144
/// See also [`get_mut`], which will fail rather than cloning the inner value
1145-
/// or diassociating [`Weak`] pointers.
1145+
/// or disassociating [`Weak`] pointers.
11461146
///
11471147
/// [`clone`]: Clone::clone
11481148
/// [`get_mut`]: Rc::get_mut

0 commit comments

Comments
 (0)