chore: typos (#42)
This commit is contained in:
@@ -39,7 +39,7 @@ impl<I: StorageIterator> Ord for HeapWrapper<I> {
|
||||
}
|
||||
|
||||
/// Merge multiple iterators of the same type. If the same key occurs multiple times in some
|
||||
/// iterators, perfer the one with smaller index.
|
||||
/// iterators, prefer the one with smaller index.
|
||||
pub struct MergeIterator<I: StorageIterator> {
|
||||
iters: BinaryHeap<HeapWrapper<I>>,
|
||||
current: Option<HeapWrapper<I>>,
|
||||
|
Reference in New Issue
Block a user