From 17af64108fc03ff0fac19f5165ba28125732ed6f Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:01:24 -0500 Subject: [PATCH] Update moveHelper.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/test/utils/helpers/moveHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/utils/helpers/moveHelper.ts b/src/test/utils/helpers/moveHelper.ts index 3271f5d8cd8..d1541d90c20 100644 --- a/src/test/utils/helpers/moveHelper.ts +++ b/src/test/utils/helpers/moveHelper.ts @@ -77,7 +77,7 @@ export class MoveHelper extends GameManagerHelper { } /** - * Changes a pokemon's moveset to the given move(s). + * Changes a pokemon's moveset to the given move(s). * Used when the normal moveset override can't be used (such as when it's necessary to check or update properties of the moveset). * @param pokemon - The {@linkcode Pokemon} being modified * @param moveset - The {@linkcode Moves} (single or array) to change the Pokemon's moveset to