Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 9, 2024
1 parent 205a167 commit 273d341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialization_frozen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestBitMapValidationFromFrozen(t *testing.T) {
// The tests expect a certain size, with values at certain location.
// The tests are geared toward single byte corruption.

// There is no way to test Bitmap container corruption once the bitmap is deserialzied
// There is no way to test Bitmap container corruption once the bitmap is deserialized

deserializationTests := []struct {
name string
Expand Down

0 comments on commit 273d341

Please sign in to comment.