From d744e832b2cc01b2aa8a0367079720dcef85e965 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 27 May 2025 21:15:56 -0400 Subject: [PATCH] Update move.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/moves/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index 281ad564ea4..2ce6dbb254b 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -412,7 +412,7 @@ export default class Move implements Localizable { /** * Mark this move as unimplemented. * Unimplemented moves are ones which have _none_ of their basic functionality enabled, - * and will fail upon use. + * and cannot be used. * @returns `this` */ unimplemented(): this {