Skip to content

Commit

Permalink
Singularized PC02 message
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustVX committed May 18, 2024
1 parent 75ec830 commit 141aefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimaryParameter.SG/Diagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static class Diagnostics
public static readonly DiagnosticDescriptor WarningOnNonPrimaryParameter = new(
id: "PC02",
title: "Attribute generate nothing",
messageFormat: "Use this attributes only on primary parameter",
messageFormat: "Use this attribute only on primary parameter",
category: "tests",
defaultSeverity: DiagnosticSeverity.Warning,
isEnabledByDefault: true);
Expand Down

0 comments on commit 141aefb

Please sign in to comment.