fix typo in comments (#24004)

This commit is contained in:
HaoranYi
2022-03-30 09:47:51 -05:00
committed by GitHub
parent af9344fe22
commit 1fb82d7924

View File

@ -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>
where
R: RangeBounds<Slot>,