Rollup merge of #111617 - kesleta:master, r=Dylan-DPC
Fixed typo Fixed typo in BTree Curser.
This commit is contained in:
commit
0db9de843d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
/// 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue