Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension _HashTable {
@usableFromInline
internal struct Header {
/// We are packing the scale data into the lower bits of the seed & bias
/// to saves a bit of space that would be otherwise taken up by padding.
/// to save a bit of space that would be otherwise taken up by padding.
///
/// Layout:
///
Expand Down