summaryrefslogtreecommitdiffstats
path: root/lib/str.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/str.go')
-rw-r--r--lib/str.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/str.go b/lib/str.go
index 67b6753..9112a14 100644
--- a/lib/str.go
+++ b/lib/str.go
@@ -40,7 +40,7 @@ func stripSpaceChars(s string) string {
return ss
}
-func AlphaScore(bs []byte) int {
+func AlphaPunchScore(bs []byte) int {
s := 0
for i := 0; i < len(bs); i++ {
if isAlphaPunch(bs[i]) {