Skip to content

Commit fa346fc

Browse files
committed
Fixed typo in RefCell::get_mut
1 parent e407206 commit fa346fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/cell.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ impl<T: ?Sized> RefCell<T> {
809809
/// [`borrow_mut`] method instead if `self` isn't mutable.
810810
///
811811
/// Also, please be aware that this method is only for special circumstances and is usually
812-
/// not you want. In case of doubt, use [`borrow_mut`] instead.
812+
/// not what you want. In case of doubt, use [`borrow_mut`] instead.
813813
///
814814
/// [`borrow_mut`]: #method.borrow_mut
815815
///

0 commit comments

Comments
 (0)