small text update

This commit is contained in:
Evan Kranzler 2021-04-20 19:40:52 -04:00
parent 42132bb852
commit f96f5bf548
2 changed files with 3 additions and 3 deletions

View file

@ -50,6 +50,6 @@ public class EntersBattlefieldOrLeavesSourceTriggeredAbility extends TriggeredAb
@Override
public String getRule() {
return "When {this} enters the battlefield or leaves the battlefield, " + super.getRule();
return "When {this} enters or leaves the battlefield, " + super.getRule();
}
}