From 897b97ceed8162cc78919d1ff5f3dc40c5f587ce Mon Sep 17 00:00:00 2001 From: Archit Date Date: Fri, 29 Nov 2019 02:35:18 +0800 Subject: [PATCH] comment typo fix (#2535) lul --- PKHeX.Core/Legality/Structures/Shiny.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Structures/Shiny.cs b/PKHeX.Core/Legality/Structures/Shiny.cs index b0650f805..1c8270c41 100644 --- a/PKHeX.Core/Legality/Structures/Shiny.cs +++ b/PKHeX.Core/Legality/Structures/Shiny.cs @@ -31,7 +31,7 @@ public enum Shiny : byte AlwaysStar = 5, /// - /// PID is randomly created and forced to be shiny as Stars. + /// PID is randomly created and forced to be shiny as Squares. /// AlwaysSquare = 6, }