From b607efba4fa28c5ce589bf4a66d1908cc16f9e83 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sun, 16 Jul 2023 04:13:06 -0400 Subject: [PATCH] fix wrong apostrophe --- Mage.Sets/src/mage/cards/i/ImposingVisage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/i/ImposingVisage.java b/Mage.Sets/src/mage/cards/i/ImposingVisage.java index 54e4e0c00d1..d49c9f150d1 100644 --- a/Mage.Sets/src/mage/cards/i/ImposingVisage.java +++ b/Mage.Sets/src/mage/cards/i/ImposingVisage.java @@ -36,7 +36,7 @@ public final class ImposingVisage extends CardImpl { // Enchanted creature has menace. (It can't be blocked except by two or more creatures.) this.addAbility(new SimpleStaticAbility(new GainAbilityAttachedEffect(new MenaceAbility(), AttachmentType.AURA) - .setText("enchanted creature has menace. (It can’t be blocked except by two or more creatures.)"))); + .setText("enchanted creature has menace. (It can't be blocked except by two or more creatures.)"))); } private ImposingVisage(final ImposingVisage card) {