punctuation

This commit is contained in:
Northmoc
2020-09-25 09:59:14 -04:00
parent a6ce237a2b
commit b62b870a09

View File

@@ -322,7 +322,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
if (ZoneType.Graveyard.equals(origin)) {
sb.append(fromGraveyard);
}
sb.append(" to").append(pronoun).append("owners hand.");
sb.append(" to").append(pronoun).append("owner's hand.");
}
if (destination.equals(ZoneType.Library)) {