Skip to content

Commit 1998db3

Browse files
committed
Merge branch 'order-versions' of github.com:elastic/docs-builder into order-versions
2 parents c6e30c3 + 1f5ab40 commit 1998db3

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)