v0.3.4: improved how pre-0.3.4 rankings are handled

This commit is contained in:
Evan Debenham
2016-02-07 19:30:51 -05:00
committed by Evan Debenham
parent 0b43873d65
commit a2d6a7bda5
4 changed files with 56 additions and 45 deletions
@@ -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"
})
);