diff --git a/IPA.Loader/Utilities/AlmostVersion.cs b/IPA.Loader/Utilities/AlmostVersion.cs index 88a4ce09..6aad7157 100644 --- a/IPA.Loader/Utilities/AlmostVersion.cs +++ b/IPA.Loader/Utilities/AlmostVersion.cs @@ -193,7 +193,7 @@ namespace IPA.Utilities } /// - /// Compares two versions, only taking into account the numeric part of the version if they are stored as , + /// Compares two versions, only taking into account the numeric part of the version if they are stored as s, /// or strict equality if they are stored as s. /// ///