Browse Source

Fixed a doc issue

4.0.0-beta
Anairkoen Schno 4 years ago
parent
commit
fa6f50b2f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Utilities/AlmostVersion.cs

+ 1
- 1
IPA.Loader/Utilities/AlmostVersion.cs View File

@ -193,7 +193,7 @@ namespace IPA.Utilities
} }
/// <summary> /// <summary>
/// Compares two versions, only taking into account the numeric part of the version if they are stored as <see cref="Version"/><see langword="sealed"/>,
/// Compares two versions, only taking into account the numeric part of the version if they are stored as <see cref="Version"/>s,
/// or strict equality if they are stored as <see cref="string"/>s. /// or strict equality if they are stored as <see cref="string"/>s.
/// </summary> /// </summary>
/// <remarks> /// <remarks>


Loading…
Cancel
Save