Skip to content

Commit 6e20a08

Browse files
Fix poor wording in CA2253 error message(#5822)
1 parent 67bed79 commit 6e20a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Diags/Microsoft.CodeAnalysis.NetAnalyzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3953,7 +3953,7 @@ Diagnostics:
39533953
Metadata:
39543954
Category: Usage
39553955
Title: Named placeholders should not be numeric values
3956-
Description: Named placeholders in the logging message template should not be comprised of only numeric characters.
3956+
Description: Named placeholders in the logging message template should not be composed of only numeric characters.
39573957
HelpLinkUri: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2253
39583958
CustomTags:
39593959
- Telemetry

0 commit comments

Comments
 (0)