Fix xmldoc typo

This commit is contained in:
Kurt 2019-04-14 09:04:40 -07:00
parent 3d60bea245
commit 0fdd9d98e6

View File

@ -759,7 +759,7 @@ public static int GetPKMFormatFromExtension(string ext, int prefer)
/// <summary>
/// Roughly detects the PKM format from the file's extension.
/// </summary>
/// <param name="last">Last character of the file's extensio.n</param>
/// <param name="last">Last character of the file's extension.</param>
/// <param name="prefer">Preference if not a valid extension, usually the highest acceptable format.</param>
/// <returns>Format hint that the file is.</returns>
public static int GetPKMFormatFromExtension(char last, int prefer)