Skip to content

Commit d30e114

Browse files
committed
Fix typos
1 parent 0155abf commit d30e114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/raw/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2308,10 +2308,10 @@ impl<A: Allocator + Clone> RawTableInner<A> {
23082308
///
23092309
/// # Safety
23102310
///
2311-
/// The caller to ensure that the `RawTableInner` outlives the
2311+
/// The caller has to ensure that the `RawTableInner` outlives the
23122312
/// `FullBucketsIndices`. Because we cannot make the `next` method
23132313
/// unsafe on the `FullBucketsIndices` struct, we have to make the
2314-
/// `full_control_bytes_iter` method unsafe.
2314+
/// `full_buckets_indices` method unsafe.
23152315
#[inline(always)]
23162316
unsafe fn full_buckets_indices(&self) -> FullBucketsIndices {
23172317
// SAFETY:

0 commit comments

Comments
 (0)