mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix a typo in docstring
This commit is contained in:
parent
95a992a686
commit
673c43b6e1
@ -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