Skip to content

Commit

Permalink
typo: test case name of analyzeMode
Browse files Browse the repository at this point in the history
  • Loading branch information
yeqown committed Jun 9, 2024
1 parent bdd7cf6 commit 939f270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chardet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func Test_analyzeByte(t *testing.T) {
}
}

func Test_anlayzeMode(t *testing.T) {
func Test_analyzeMode(t *testing.T) {
type args struct {
raw string
}
Expand Down

0 comments on commit 939f270

Please sign in to comment.