We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beed68 commit d06a350Copy full SHA for d06a350
core/src/cell.rs
@@ -1025,7 +1025,7 @@ impl<T: ?Sized> RefCell<T> {
1025
///
1026
/// Since this method borrows `RefCell` mutably, it is statically guaranteed
1027
/// that no borrows to the underlying data exist. The dynamic checks inherent
1028
- /// in [`borrow_mut`] and most other methods of `RefCell` are therefor
+ /// in [`borrow_mut`] and most other methods of `RefCell` are therefore
1029
/// unnecessary.
1030
1031
/// This method can only be called if `RefCell` can be mutably borrowed,
0 commit comments