Fix a few instances of "it's" vs. "its" grammar error

This commit is contained in:
LoneFox 2015-07-02 08:53:57 +03:00
parent bb68550044
commit c90f55b894
8 changed files with 27 additions and 27 deletions

View file

@ -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();