We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e793c25 commit 7280ac3Copy full SHA for 7280ac3
1 file changed
fastmask/prefix.go
@@ -3,7 +3,7 @@ package main
3
import "crypto/rand"
4
5
var (
6
- _lexicon = []byte("bcdfghjkmnpqrstvwxyz")
+ _lexicon = []byte("bcdfghkmnpqrstvwxz")
7
_numLexemes = len(_lexicon)
8
)
9
0 commit comments