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 {