fix typo in comments (#24004)
This commit is contained in:
parent
af9344fe22
commit
1fb82d7924
|
@ -27,7 +27,7 @@ impl<'a> SortedStorages<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// primary method of retreiving (Slot, SnapshotStorage)
|
/// primary method of retrieving (Slot, SnapshotStorage)
|
||||||
pub fn iter_range<R>(&'a self, range: R) -> SortedStoragesIter<'a>
|
pub fn iter_range<R>(&'a self, range: R) -> SortedStoragesIter<'a>
|
||||||
where
|
where
|
||||||
R: RangeBounds<Slot>,
|
R: RangeBounds<Slot>,
|
||||||
|
|
Loading…
Reference in New Issue