diff --git a/PKHeX.Core/PKM/Util/PKX.cs b/PKHeX.Core/PKM/Util/PKX.cs index 48e787d20..896d8280d 100644 --- a/PKHeX.Core/PKM/Util/PKX.cs +++ b/PKHeX.Core/PKM/Util/PKX.cs @@ -759,7 +759,7 @@ public static int GetPKMFormatFromExtension(string ext, int prefer) /// /// Roughly detects the PKM format from the file's extension. /// - /// Last character of the file's extensio.n + /// Last character of the file's extension. /// Preference if not a valid extension, usually the highest acceptable format. /// Format hint that the file is. public static int GetPKMFormatFromExtension(char last, int prefer)