mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fixed typo in ControlACommanderCondition
This commit is contained in:
parent
62a8983b48
commit
0e38392722
1 changed files with 1 additions and 1 deletions
|
|
@ -33,6 +33,6 @@ public enum ControlACommanderCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "If a control a commander";
|
||||
return "If you control a commander";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue