From 2ae04df2c457d69684772e7dc0f20d95f6d5d1fa Mon Sep 17 00:00:00 2001 From: torranx Date: Fri, 6 Sep 2024 03:11:12 +0800 Subject: [PATCH] update docs --- src/data/battler-tags.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 5c52fa22e1d..3bd2f0e568d 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1985,8 +1985,7 @@ export class ExposedTag extends BattlerTag { } /** - * Tag that doubles the type effectiveness of a Fire-type moves. - * This is used by Tar Shot. + * Tag that doubles the type effectiveness of Fire-type moves. * @extends BattlerTag */ export class TarShotTag extends BattlerTag {