Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/fundamentals/code-analysis/quality-rules/ca2253.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A message placeholder consists of numeric characters only.

## Rule description

Named placeholders in the logging message template should not be comprised of only numeric characters.
Named placeholders in the logging message template should not be composed of only numeric characters.

## How to fix violations

Expand Down
Loading