Skip to content

Commit

Permalink
Rollup merge of rust-lang#111617 - kesleta:master, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fixed typo

Fixed typo in BTree Curser.
  • Loading branch information
Noratrieb authored May 16, 2023
2 parents e973cc7 + 9688a6c commit 6e1cc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/collections/btree/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,7 @@ impl<'a, K, V, A> CursorMut<'a, K, V, A> {
})
}

/// 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
Expand Down

0 comments on commit 6e1cc3e

Please # to comment.