diff options
Diffstat (limited to 'lib/str.go')
-rw-r--r-- | lib/str.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) { |