From e48e00347497a49215df1bb04ca24dfcf7d69cea Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Tue, 12 Nov 2024 13:38:33 -0500 Subject: [PATCH] minor docs fixes --- src/data/move.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index 791e6159da1..fc206a23e69 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -6624,9 +6624,9 @@ export class CopyMoveAttr extends OverrideMoveEffectAttr { } /** - * Attribute used for moves that causes the target to repeat their last used move.4 + * Attribute used for moves that causes the target to repeat their last used move. * - * Used for [Instruct](https://bulbapedia.bulbagarden.net/wiki/After_You_(move)). + * Used for [Instruct](https://bulbapedia.bulbagarden.net/wiki/Instruct_(move)). */ export class RepeatMoveAttr extends OverrideMoveEffectAttr { /**