Fixed Typo

This commit is contained in:
geeilhan 2025-02-04 23:10:40 +01:00 committed by GitHub
parent a22529ac3a
commit 68c5391257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4641,7 +4641,7 @@ export class ShellSideArmCategoryAttr extends VariableMoveCategoryAttr {
/**
* MoveFlags are not reset every turn so if this flag is set it needs to be reset if the move is a special attack
* This fucntion resets the {@linkcode MoveFlags.MAKES_CONTACT}
* This function resets the {@linkcode MoveFlags.MAKES_CONTACT}
* @param move this move should be Shell Side Arm
*/
private resetContactFlag(move: Move): void {