diff --git a/src/corelib/LibraryManager.cs b/src/corelib/LibraryManager.cs index 081688c2..1bfdf1d9 100644 --- a/src/corelib/LibraryManager.cs +++ b/src/corelib/LibraryManager.cs @@ -14,9 +14,8 @@ namespace srcrepair.core public static class LibraryManager { /// - /// Checks if required library version is equal to current library version. + /// Checks if the library version matches the application version. /// - /// Required ABI version. /// Check results. public static bool CheckLibraryVersion() { @@ -24,7 +23,7 @@ public static bool CheckLibraryVersion() } /// - /// Checks if required library version is equal to current library version. + /// Checks if the required library version is equal with the specified library version. /// /// Required library version. /// Check results.