From 9a402143252c83b9d664b424f8335d9c9a5d9c9a Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:55:28 +0200 Subject: [PATCH] remove extra "the" --- api/functions/Auxiliary/SelfToDeckCost.yml | 2 +- api/functions/Auxiliary/SelfToExtraCost.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/functions/Auxiliary/SelfToDeckCost.yml b/api/functions/Auxiliary/SelfToDeckCost.yml index d987a8f..b93cf07 100644 --- a/api/functions/Auxiliary/SelfToDeckCost.yml +++ b/api/functions/Auxiliary/SelfToDeckCost.yml @@ -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 diff --git a/api/functions/Auxiliary/SelfToExtraCost.yml b/api/functions/Auxiliary/SelfToExtraCost.yml index a3c56cd..e38b946 100644 --- a/api/functions/Auxiliary/SelfToExtraCost.yml +++ b/api/functions/Auxiliary/SelfToExtraCost.yml @@ -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