From ef25451bb4628de7fd3f3bb1fe6edc3293e20d72 Mon Sep 17 00:00:00 2001 From: nvbeusekom <36201089+nvbeusekom@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:56:57 +0200 Subject: [PATCH] Fix typo in comment --- pkNX.Structures/Legality/Tables/FormInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkNX.Structures/Legality/Tables/FormInfo.cs b/pkNX.Structures/Legality/Tables/FormInfo.cs index b746a0c3..e66ccd36 100644 --- a/pkNX.Structures/Legality/Tables/FormInfo.cs +++ b/pkNX.Structures/Legality/Tables/FormInfo.cs @@ -183,7 +183,7 @@ private static byte GetOutOfBattleFormCount_Impl(ushort species) }; } - // This code was partly generated by chatgpt, there could may be mistakes + // This code was partly generated by chatgpt, there could be mistakes public static string[] GetOutOfBattleFormNames(ushort species) { return species switch