replaced apostrophes

This commit is contained in:
Evan Kranzler 2018-06-06 22:39:16 -04:00
parent 1ed85cef4d
commit c4a0d9f916
165 changed files with 286 additions and 286 deletions

View file

@ -27,7 +27,7 @@ public class Monarch extends Designation {
}
}
// At the beginning of the monarchs end step, that player draws a card
// At the beginning of the monarch's end step, that player draws a card
class MonarchDrawTriggeredAbility extends BeginningOfEndStepTriggeredAbility {
public MonarchDrawTriggeredAbility() {
@ -60,7 +60,7 @@ class MonarchDrawTriggeredAbility extends BeginningOfEndStepTriggeredAbility {
@Override
public String getRule() {
return "At the beginning of the monarchs end step, that player draws a card.";
return "At the beginning of the monarch's end step, that player draws a card.";
}
}