From ad93f04003323d66233ef5627bcfa1cff3c9de57 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 21 Jul 2020 03:30:18 +0200 Subject: [PATCH] Backend: Add "des" to smallwords.go Signed-off-by: Michael Mayer --- pkg/txt/smallwords.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/txt/smallwords.go b/pkg/txt/smallwords.go index c84440bf5..7a31535f4 100644 --- a/pkg/txt/smallwords.go +++ b/pkg/txt/smallwords.go @@ -20,4 +20,5 @@ var SmallWords = map[string]bool{ "from": true, "with": true, "und": true, + "des": true, }