We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e407206 commit fa346fcCopy full SHA for fa346fc
src/libcore/cell.rs
@@ -809,7 +809,7 @@ impl<T: ?Sized> RefCell<T> {
809
/// [`borrow_mut`] method instead if `self` isn't mutable.
810
///
811
/// 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.
+ /// not what you want. In case of doubt, use [`borrow_mut`] instead.
813
814
/// [`borrow_mut`]: #method.borrow_mut
815
0 commit comments