Backend: Add "des" to smallwords.go
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
8d3b46a631
commit
ad93f04003
1 changed files with 1 additions and 0 deletions
|
@ -20,4 +20,5 @@ var SmallWords = map[string]bool{
|
|||
"from": true,
|
||||
"with": true,
|
||||
"und": true,
|
||||
"des": true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue