Skip to content

Commit 80cceb8

Browse files
authored
Rollup merge of rust-lang#101931 - msakuta:master, r=thomcc
doc: Fix a typo in `Rc::make_mut` docstring A very minor typo fix.
2 parents 4515cb9 + 673c43b commit 80cceb8

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)