Skip to content

Commit 992ebd0

Browse files
Update DoesNotReturnAttribute.xml (#9329)
Removed redundant and incorrect second "that" in DoesNotReturnAttribute summary.
1 parent c2fe06c commit 992ebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics.CodeAnalysis/DoesNotReturnAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</Attribute>
3636
</Attributes>
3737
<Docs>
38-
<summary>Specifies that a method that will never return under any circumstance.</summary>
38+
<summary>Specifies that a method will never return under any circumstance.</summary>
3939
<remarks>For more information, see <see href="/dotnet/csharp/language-reference/attributes/nullable-analysis">Nullable static analysis</see> in the C# guide.</remarks>
4040
<related type="Article" href="/dotnet/csharp/language-reference/attributes/nullable-analysis">Nullable static analysis</related>
4141
</Docs>

0 commit comments

Comments
 (0)