diff --git a/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java b/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java index f5693b5f11..f9c67b95f3 100644 --- a/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java +++ b/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java @@ -88,7 +88,7 @@ class OrchardSpiritAbility extends EvasionAbility { @Override public String getRule() { - return "{this} can't be blocked except by creatures with flying or reach"; + return "{this} can't be blocked except by creatures with flying or reach."; } @Override diff --git a/Mage/src/mage/game/permanent/Battlefield.java b/Mage/src/mage/game/permanent/Battlefield.java index a5420ec99f..dd14d0c834 100644 --- a/Mage/src/mage/game/permanent/Battlefield.java +++ b/Mage/src/mage/game/permanent/Battlefield.java @@ -159,7 +159,7 @@ public class Battlefield implements Serializable { } /** - * Returns true if the battlefield contains at least 1 {@link Permanent} + * Returns true if the battlefield contains num {@link Permanent} * that matches the filter and is controlled by controllerId. * This method ignores the range of influence. * @@ -180,7 +180,7 @@ public class Battlefield implements Serializable { } /** - * Returns true if the battlefield contains at least 1 {@link Permanent} + * Returns true if the battlefield contains num {@link Permanent} * that is within the range of influence of the specified player id * and that matches the supplied filter. *