From f445e22269f479cc8070f46b1306476c90d01a63 Mon Sep 17 00:00:00 2001 From: Blake-Madden Date: Sun, 15 Oct 2023 12:35:59 -0400 Subject: [PATCH] Fix spaces in comments --- src/german_stem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/german_stem.h b/src/german_stem.h index cc0ba1c..7fdf9e7 100644 --- a/src/german_stem.h +++ b/src/german_stem.h @@ -33,7 +33,7 @@ namespace stemming The rules here for ae, oe and ue were added in Snowball 2.3.0, but were previously present as a variant of the - algorithm termed"german2". The condition on the replacement of ue prevents + algorithm termed "german2." The condition on the replacement of ue prevents the unwanted changing of quelle. Also note that feuer is not modified because the first part of the rule changes it to feUer, so ue is not found.