Skip to content

Commit

Permalink
Updated inline documentation of the CheckLibrary() private method of …
Browse files Browse the repository at this point in the history
…the Program class.
  • Loading branch information
xvitaly committed Nov 11, 2024
1 parent 4733744 commit 660fcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/kbhelper/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private static void CheckAdminRights()
}

/// <summary>
/// Checks if the required library version is equal with the current library version.
/// Checks if the library version matches the application version.
/// </summary>
private static void CheckLibrary()
{
Expand Down
2 changes: 1 addition & 1 deletion src/srcrepair/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private static void ImportSettings()
}

/// <summary>
/// Checks if the required library version is equal with the current library version.
/// Checks if the library version matches the application version.
/// </summary>
private static void CheckLibrary()
{
Expand Down

0 comments on commit 660fcc0

Please sign in to comment.