We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4b0a3 commit 5f70c55Copy full SHA for 5f70c55
src/Compatibility/Microsoft.DotNet.PackageValidation/Validators/PackageValidatorOption.cs
@@ -16,12 +16,12 @@ public readonly struct PackageValidatorOption
16
public Package Package { get; }
17
18
/// <summary>
19
- /// If true, comparision is performed in strict mode
+ /// If true, comparison is performed in strict mode
20
/// </summary>
21
public bool EnableStrictMode { get; }
22
23
24
- /// If true, ApiCompat comparision is performed in addition to other package checks
+ /// If true, ApiCompat comparison is performed in addition to other package checks
25
26
public bool RunApiCompat { get; }
27
0 commit comments