Skip to content

Commit

Permalink
Fixed typo in RefCell::get_mut
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyclays committed Aug 17, 2017
1 parent e407206 commit fa346fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit fa346fc

Please sign in to comment.