Skip to content

Commit 33525bc

Browse files
mwillseycuviper
andauthored
Fix typo
Co-authored-by: Josh Stone <cuviper@gmail.com>
1 parent 89251f6 commit 33525bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ trait ProbeAction<'a, Sz: Size, K, V>: Sized {
17001700
fn hit(self, entry: OccupiedEntry<'a, K, V>) -> Self::Output;
17011701
// handle an empty spot in the map
17021702
fn empty(self, entry: VacantEntry<'a, K, V>) -> Self::Output;
1703-
// robin hood: handle a that you should steal because it's better for you
1703+
// robin hood: handle a spot that you should steal because it's better for you
17041704
fn steal(self, entry: VacantEntry<'a, K, V>) -> Self::Output;
17051705
}
17061706

0 commit comments

Comments
 (0)