Skip to content

Commit 1f5ab40

Browse files
authored
Clean up
1 parent 5bb383a commit 1f5ab40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Elastic.Documentation/AppliesTo/Applicability.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,7 @@ public static bool TryParse(string? value, IList<(Severity, string)> diagnostics
215215
}
216216
}
217217

218-
/// <summary>
219-
/// Comparer for SemVersion objects that handles AllVersions.Instance as the lowest priority
220-
/// </summary>
218+
// Comparer for SemVersion objects that handles AllVersions.Instance as the lowest priority
221219
public class SemVersionComparer : IComparer<SemVersion?>
222220
{
223221
public int Compare(SemVersion? x, SemVersion? y)

0 commit comments

Comments
 (0)