v0.3.4: improved how pre-0.3.4 rankings are handled
This commit is contained in:
committed by
Evan Debenham
parent
0b43873d65
commit
a2d6a7bda5
@@ -153,7 +153,7 @@ public class Messages {
|
||||
private static final HashSet<String> noCaps = new HashSet<>(
|
||||
Arrays.asList(new String[]{
|
||||
//English
|
||||
"a", "of", "by", "to",
|
||||
"a", "of", "by", "to", "the"
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user