Skip to content

Commit a25dce0

Browse files
committed
(#20) Comparison: clean up the XML Doc
1 parent b5f7a9e commit a25dce0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

TruePath/Comparers/PlatformDefaultPathComparer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ internal class PlatformDefaultPathComparer<TPath> : IEqualityComparer<TPath> whe
2323
{
2424
private readonly StringComparer _stringComparer;
2525

26-
/// <summary>
27-
/// Initializes a new instance of the <see cref="PlatformDefaultPathComparer"/> class.
28-
/// </summary>
2926
public PlatformDefaultPathComparer()
3027
{
3128
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || RuntimeInformation.IsOSPlatform(OSPlatform.OSX))

0 commit comments

Comments
 (0)