[SLD] some more text fixes

This commit is contained in:
Evan Kranzler 2022-02-19 12:59:37 -05:00
parent ac56e8dd24
commit 82b67a2548
13 changed files with 33 additions and 33 deletions

View file

@ -93,7 +93,7 @@ public class DontUntapInControllersUntapStepAllEffect extends ContinuousRuleModi
StringBuilder sb = new StringBuilder(filter.getMessage()).append(" don't untap during ");
switch(targetController) {
case ANY:
sb.append("their controller's ");
sb.append("their controllers' ");
break;
default:
throw new RuntimeException("Type of TargetController not supported yet!");