mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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…
Reference in a new issue