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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>,