mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Add space as possible separator
This commit is contained in:
parent
0d36f7f6bd
commit
db76510a9c
|
@ -1,6 +1,6 @@
|
|||
const words = require('./words')
|
||||
const digits = '0123456789'
|
||||
const symbols = '`~!@#$%^&*()_+-=,./<>?;:|'
|
||||
const symbols = '`~!@#$%^&*()_+-=,./<>?;:| '
|
||||
const defaultSymbol = '-'
|
||||
|
||||
function getWordList (name) {
|
||||
|
|
Loading…
Reference in a new issue