Skip to content

Commit

Permalink
remove extra "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrQ authored Nov 7, 2024
1 parent b7351d1 commit 9a40214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/functions/Auxiliary/SelfToDeckCost.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---!function
name: SelfToDeckCost
namespace: aux
description: A baseline [cost function](/api/types/EffectCost) used for effects that shuffle the activating card itself to the Main Deck as cost, such as `You can shuffle this card (you control/from.../etc) into the Deck; ...` (e.g. the "Rescue Ferret").
description: A baseline [cost function](/api/types/EffectCost) used for effects that shuffle the activating card itself to the Main Deck as cost, such as `You can shuffle this card (you control/from.../etc) into the Deck; ...` (e.g. "Rescue Ferret").
summary: Cost function for effects that shuffle the card itself to the Deck as cost.
status:
index: stable
Expand Down
2 changes: 1 addition & 1 deletion api/functions/Auxiliary/SelfToExtraCost.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---!function
name: SelfToExtraCost
namespace: aux
description: A baseline [cost function](/api/types/EffectCost) used for effects that return the activating card itself to the Extra Deck as cost, such as `You can return this card (you control/from.../etc) to the Extra Deck; ...` (e.g. the "Gladiator Beast Gyzarus").
description: A baseline [cost function](/api/types/EffectCost) used for effects that return the activating card itself to the Extra Deck as cost, such as `You can return this card (you control/from.../etc) to the Extra Deck; ...` (e.g. "Gladiator Beast Gyzarus").
summary: Cost function for effects that return the card itself to the Extra Deck as cost.
status:
index: stable
Expand Down

0 comments on commit 9a40214

Please sign in to comment.