diff --git a/docs/fundamentals/code-analysis/quality-rules/ca2253.md b/docs/fundamentals/code-analysis/quality-rules/ca2253.md index 1fecd8ca7f666..197349522cd18 100644 --- a/docs/fundamentals/code-analysis/quality-rules/ca2253.md +++ b/docs/fundamentals/code-analysis/quality-rules/ca2253.md @@ -31,6 +31,8 @@ Named placeholders in the logging message template should not be comprised of on Rename the numeric placeholder. +For usage examples, see the method. + ## When to suppress errors Do not suppress a warning from this rule.