From 0fdd9d98e694c080f812ea1e4dbcad04f18e8ff7 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 14 Apr 2019 09:04:40 -0700 Subject: [PATCH] Fix xmldoc typo --- PKHeX.Core/PKM/Util/PKX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)