mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rollup merge of #101931 - msakuta:master, r=thomcc
doc: Fix a typo in `Rc::make_mut` docstring A very minor typo fix.
This commit is contained in:
commit
80cceb8f77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user