Skip to content

Commit 6e1cc3e

Browse files
authored
Rollup merge of rust-lang#111617 - kesleta:master, r=Dylan-DPC
Fixed typo Fixed typo in BTree Curser.
2 parents e973cc7 + 9688a6c commit 6e1cc3e

File tree

1 file changed

+1
-1
lines changed
  • library/alloc/src/collections/btree

1 file changed

+1
-1
lines changed

library/alloc/src/collections/btree/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,7 @@ impl<'a, K, V, A> CursorMut<'a, K, V, A> {
30213021
})
30223022
}
30233023

3024-
/// Returns a mutable reference to the of the element that the cursor is
3024+
/// Returns a mutable reference to the key of the element that the cursor is
30253025
/// currently pointing to.
30263026
///
30273027
/// This returns `None` if the cursor is currently pointing to the

0 commit comments

Comments
 (0)