Skip to content

Commit

Permalink
Improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifted-s committed Oct 15, 2024
1 parent 47c8ac1 commit 590cf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range/range_iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl<'a> RangeIterator<'a> {
}

impl<'a> DataStore<'a, Key> {
// TODO: range query
// TODO: range query, add next and previous method
pub async fn seek(&self, _: &'a [u8], _: &'a [u8]) -> Result<RangeIterator, Error> {

let range_iterator = RangeIterator::<'a>::new(
Expand Down

0 comments on commit 590cf37

Please sign in to comment.