Rollup merge of #43928 - anthonyclays:anthonyclays-refcell-docfix, r=QuietMisdreavus
Fixed typo in RefCell::get_mut "[...] is usually not you want." => "[...] is usually not what you want."
This commit is contained in:
commit
58f3041eca
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ impl<T: ?Sized> RefCell<T> {
|
|||
/// [`borrow_mut`] method instead if `self` isn't mutable.
|
||||
///
|
||||
/// Also, please be aware that this method is only for special circumstances and is usually
|
||||
/// not you want. In case of doubt, use [`borrow_mut`] instead.
|
||||
/// not what you want. In case of doubt, use [`borrow_mut`] instead.
|
||||
///
|
||||
/// [`borrow_mut`]: #method.borrow_mut
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue