Backend: Add "des" to smallwords.go

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-21 03:30:18 +02:00
parent 8d3b46a631
commit ad93f04003

View File

@ -20,4 +20,5 @@ var SmallWords = map[string]bool{
"from": true,
"with": true,
"und": true,
"des": true,
}