minor docs fixes

This commit is contained in:
Bertie690 2024-11-12 13:38:33 -05:00
parent 1dafc62765
commit e48e003474

View File

@ -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 {
/**