Skip to content

Commit 7e45a78

Browse files
committed
Fix mistakes
1 parent 39d5838 commit 7e45a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,7 @@ impl FullBucketsIndices {
33763376
// the start of the array of control bytes, and never try to iterate after
33773377
// getting all the elements, the last `self.ctrl` will be equal to
33783378
// the `self.buckets() - Group::WIDTH`, so `self.current_group.next()`
3379-
// will always contains bytes within the table range (0..self.buckets()),
3379+
// will always contains indices within the range `0..Group::WIDTH`,
33803380
// and subsequent `self.group_first_index + index` will always return a
33813381
// number less than `self.buckets()`.
33823382
self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH));

0 commit comments

Comments
 (0)