diff --git a/xml/System.Diagnostics.CodeAnalysis/SuppressMessageAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/SuppressMessageAttribute.xml index c5a65953607..9a4ded6d1b9 100644 --- a/xml/System.Diagnostics.CodeAnalysis/SuppressMessageAttribute.xml +++ b/xml/System.Diagnostics.CodeAnalysis/SuppressMessageAttribute.xml @@ -421,7 +421,7 @@ The proper | - | - | | `"member"` | Suppresses warnings against a member. | | `"module"` | Suppresses warnings against an assembly. It is a global suppression that applies to the entire project. | -| `"namespace"` | This scope suppresses warnings against the namespace itself. It does not suppress warnings against types within the namespace. | +| `"namespace"` | This scope suppresses warnings against the namespace itself. It does not suppress warnings against types within the namespace or inner namespaces. | | `"namespaceanddescendants"` | Suppresses warnings in a namespace and all its descendant symbols. This value is ignored by [legacy code analysis](/visualstudio/code-quality/static-code-analysis-for-managed-code-overview). | | `"type"` | Suppresses warnings against a type. |