Skip to content

Commit

Permalink
Rollup merge of #101931 - msakuta:master, r=thomcc
Browse files Browse the repository at this point in the history
doc: Fix a typo in `Rc::make_mut` docstring

A very minor typo fix.
  • Loading branch information
Dylan-DPC authored Sep 17, 2022
2 parents 4515cb9 + 673c43b commit 80cceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/rc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ impl<T: Clone> Rc<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`]: Rc::get_mut
Expand Down

0 comments on commit 80cceb8

Please sign in to comment.