mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-25 02:31: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 words = require('./words')
|
||||||
const digits = '0123456789'
|
const digits = '0123456789'
|
||||||
const symbols = '`~!@#$%^&*()_+-=,./<>?;:|'
|
const symbols = '`~!@#$%^&*()_+-=,./<>?;:| '
|
||||||
const defaultSymbol = '-'
|
const defaultSymbol = '-'
|
||||||
|
|
||||||
function getWordList (name) {
|
function getWordList (name) {
|
||||||
|
|
Loading…
Reference in a new issue