Fixed typo

This commit is contained in:
Benjamin Atelsek 2023-05-15 15:13:21 -04:00
parent 63b2ee0faf
commit 9688a6cebb

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. /// currently pointing to.
/// ///
/// This returns `None` if the cursor is currently pointing to the /// This returns `None` if the cursor is currently pointing to the