Skip to content

Commit cce9925

Browse files
Amanieucuviper
andcommitted
Update src/table.rs
Co-authored-by: Josh Stone <cuviper@gmail.com>
1 parent 06ba464 commit cce9925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ where
17561756
}
17571757
}
17581758

1759-
/// Converts the OccupiedEntry into a mutable reference to the underlying
1759+
/// Converts the VacantEntry into a mutable reference to the underlying
17601760
/// table.
17611761
pub fn into_table(self) -> &'a mut HashTable<T, A> {
17621762
self.table

0 commit comments

Comments
 (0)