Skip to content

Commit

Permalink
chore(*): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Jan 24, 2024
1 parent 0a49a07 commit d4db3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree_index/internal_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ where
} else {
// TODO: #120 need to recursively call this method for the unbounded child.
//
// If `contains` then `start_bound = true`.
// If `contains` then `start_unbounded = true`.
}
} else if end_unbounded && start_unbounded {
// This amounts to clearing the entire sub-tree.
Expand Down

0 comments on commit d4db3dc

Please sign in to comment.