Skip to content

Commit

Permalink
Merge pull request #196 from AlexandreRevel/master
Browse files Browse the repository at this point in the history
Fixing typo in ZLOG009 messageFormat parameter
  • Loading branch information
neuecc authored Dec 26, 2024
2 parents 0b80aeb + 4bb828a commit 6252595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZLogger.Generator/DiagnosticDescriptors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal static class DiagnosticDescriptors
public static readonly DiagnosticDescriptor TemplateHasNoCorrespondingArgument = new(
id: "ZLOG009",
title: "Template parameter must match argument",
messageFormat: "The ZLoggerMessage method '{0}' template paramter '{1}' has no corresponding argument in method parameters",
messageFormat: "The ZLoggerMessage method '{0}' template parameter '{1}' has no corresponding argument in method parameters",
category: Category,
defaultSeverity: DiagnosticSeverity.Error,
isEnabledByDefault: true);
Expand Down

0 comments on commit 6252595

Please sign in to comment.