Merge branch 'typo' into 'master'

punctuation in ChangeZone string builder

See merge request core-developers/forge!3183
This commit is contained in:
Sol
2020-09-25 14:04:27 +00:00

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)) {