From cd6b4f467e47ced1544aae341d294a27283657d1 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:22:24 -0500 Subject: [PATCH] Adjust hyphens --- src/data/moves/move.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index c71d85ff6b5..19d145a36d5 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -643,9 +643,9 @@ export abstract class Move implements Localizable { * will not consider {@linkcode AbilityId.WIND_RIDER | Wind Rider }. * * To simply check whether the move has a flag, use {@linkcode hasFlag}. - * @param flag {@linkcode MoveFlags} MoveFlag to check on user and/or target - * @param user {@linkcode Pokemon} the Pokemon using the move - * @param target {@linkcode Pokemon} the Pokemon receiving the move + * @param flag - MoveFlag to check on user and/or target + * @param user - the Pokemon using the move + * @param target - the Pokemon receiving the move * @param isFollowUp (defaults to `false`) `true` if the move was used as a follow up * @returns boolean * @see {@linkcode hasFlag}