mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Fix xmldoc typo
This commit is contained in:
parent
3d60bea245
commit
0fdd9d98e6
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user