Skip to content

Commit f445e22

Browse files
committed
Fix spaces in comments
1 parent 968e4cc commit f445e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/german_stem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace stemming
3333
3434
The rules here for ae, oe and ue were
3535
added in Snowball 2.3.0, but were previously present as a variant of the
36-
algorithm termed"german2". The condition on the replacement of ue prevents
36+
algorithm termed "german2." The condition on the replacement of ue prevents
3737
the unwanted changing of quelle. Also note that feuer is not modified
3838
because the first part of the rule changes it to feUer, so ue is not found.
3939

0 commit comments

Comments
 (0)