Skip to content

Commit 7280ac3

Browse files
committed
more robust nonword creation
1 parent e793c25 commit 7280ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastmask/prefix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import "crypto/rand"
44

55
var (
6-
_lexicon = []byte("bcdfghjkmnpqrstvwxyz")
6+
_lexicon = []byte("bcdfghkmnpqrstvwxz")
77
_numLexemes = len(_lexicon)
88
)
99

0 commit comments

Comments
 (0)