Skip to content

Commit

Permalink
[no-ci] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jul 12, 2024
1 parent 4a01a32 commit 67644e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestBitSetIsClear(t *testing.T) {
}
}

func TestExendOnBoundary(t *testing.T) {
func TestExtendOnBoundary(t *testing.T) {
v := New(32)
defer func() {
if r := recover(); r != nil {
Expand Down

0 comments on commit 67644e6

Please sign in to comment.