Skip to content

Commit 5f70c55

Browse files
Ikko Ashiminebaronfel
authored andcommitted
Fix typo in PackageValidatorOption.cs
comparision -> comparison
1 parent ec4b0a3 commit 5f70c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Compatibility/Microsoft.DotNet.PackageValidation/Validators/PackageValidatorOption.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ public readonly struct PackageValidatorOption
1616
public Package Package { get; }
1717

1818
/// <summary>
19-
/// If true, comparision is performed in strict mode
19+
/// If true, comparison is performed in strict mode
2020
/// </summary>
2121
public bool EnableStrictMode { get; }
2222

2323
/// <summary>
24-
/// If true, ApiCompat comparision is performed in addition to other package checks
24+
/// If true, ApiCompat comparison is performed in addition to other package checks
2525
/// </summary>
2626
public bool RunApiCompat { get; }
2727

0 commit comments

Comments
 (0)