Skip to content

Commit

Permalink
Fix a typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
msakuta committed Sep 17, 2022
1 parent 95a992a commit 673c43b
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 673c43b

Please sign in to comment.