diff --git a/xml/System.Diagnostics.CodeAnalysis/DoesNotReturnAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/DoesNotReturnAttribute.xml index be752900e7a..6b5f6b288c7 100644 --- a/xml/System.Diagnostics.CodeAnalysis/DoesNotReturnAttribute.xml +++ b/xml/System.Diagnostics.CodeAnalysis/DoesNotReturnAttribute.xml @@ -35,7 +35,7 @@ - Specifies that a method that will never return under any circumstance. + Specifies that a method will never return under any circumstance. For more information, see Nullable static analysis in the C# guide. Nullable static analysis