Skip to content

Commit bc6a48b

Browse files
committed
renamed CamelRegexp -> DecamelRegexp
1 parent 092183a commit bc6a48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/str/str_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
camelStr = "BenchmarkRecursionWithOldErrorIfCheckAnd_Defer"
1212
)
1313

14-
func BenchmarkCamelRegexp(b *testing.B) {
14+
func BenchmarkDecamelRegexp(b *testing.B) {
1515
for n := 0; n < b.N; n++ {
1616
_ = str.DecamelRegexp(camelStr)
1717
}

0 commit comments

Comments
 (0)