replaced apostrophes

This commit is contained in:
Evan Kranzler 2018-06-06 22:39:16 -04:00
parent 1ed85cef4d
commit c4a0d9f916
165 changed files with 286 additions and 286 deletions

View file

@ -24,10 +24,10 @@ import mage.target.targetpointer.FixedTarget;
// 701.27. Populate
//
// 701.27a To populate means to choose a creature token you control and put a
// token onto the battlefield thats a copy of that creature token.
// token onto the battlefield that's a copy of that creature token.
//
// 701.27b If you control no creature tokens when instructed to populate, you
// wont put a token onto the battlefield.
// won't put a token onto the battlefield.
//
public class PopulateEffect extends OneShotEffect {