Rollup merge of #111617 - kesleta:master, r=Dylan-DPC

Fixed typo

Fixed typo in BTree Curser.
This commit is contained in:
Nilstrieb 2023-05-16 11:39:41 +02:00 committed by GitHub
commit 0db9de843d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3021,7 +3021,7 @@ pub fn key_value_mut(&mut self) -> Option<(&K, &mut V)> {
})
}
/// Returns a mutable reference to the of the element that the cursor is
/// Returns a mutable reference to the key of the element that the cursor is
/// currently pointing to.
///
/// This returns `None` if the cursor is currently pointing to the