forked from External/mage
Fix a few instances of "it's" vs. "its" grammar error
This commit is contained in:
parent
bb68550044
commit
c90f55b894
8 changed files with 27 additions and 27 deletions
|
|
@ -98,7 +98,7 @@ public class PutOnLibrarySourceEffect extends OneShotEffect {
|
|||
} else {
|
||||
// Put Champion of Stray Souls on top of your library from your graveyard
|
||||
sb.append("put {this} on ");
|
||||
sb.append(onTop ? "top" : "the bottom").append(" of it's owner's library");
|
||||
sb.append(onTop ? "top" : "the bottom").append(" of its owner's library");
|
||||
}
|
||||
return sb.toString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue