text fixes

This commit is contained in:
xenohedron 2024-02-09 22:41:17 -05:00
parent 2c78f6fd27
commit 16a8efa7ea
29 changed files with 46 additions and 43 deletions

View file

@ -986,6 +986,7 @@ public final class CardUtil {
|| text.startsWith("an ")
|| text.startsWith("another ")
|| text.startsWith("any ")
|| text.startsWith("{this} ")
|| text.startsWith("one ")) {
return text;
}