Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Nov 1, 2024
1 parent 668cd7c commit 73d2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/delta_btree_map/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl<'a, K: Ord, V> DeltaBTreeMap<'a, K, V> {
///
/// A cursor always points at the gap of items in the map. For example:
///
/// ```
/// ```text
/// | Foo | Bar |
/// ^ ^ ^
/// 1 2 3
Expand Down

0 comments on commit 73d2ea4

Please sign in to comment.