From fa6f50b2f778222070f74463fec861aceaebc973 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 15 Dec 2019 01:31:20 -0600 Subject: [PATCH] Fixed a doc issue --- IPA.Loader/Utilities/AlmostVersion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. /// ///