From 147542c8f1191b509d8b1fa4a51ae8254ba6b457 Mon Sep 17 00:00:00 2001 From: SamuelMoisan98 <83085167+SamuelMoisan98@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:54:09 -0500 Subject: [PATCH] Update DoesNotReturnAttribute.xml Removed redundant and incorrect second "that" in DoesNotReturnAttribute summary. --- xml/System.Diagnostics.CodeAnalysis/DoesNotReturnAttribute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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