Skip to content

Commit 5a5dd3c

Browse files
jcouvBillWagner
authored andcommitted
Explain NotNull on an input parameter (#3782)
Relates to dotnet/runtime#1891
1 parent 8466fbe commit 5a5dd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics.CodeAnalysis/NotNullAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Attribute>
2525
</Attributes>
2626
<Docs>
27-
<summary>Specifies that an output is not <see langword="null" /> even if the corresponding type allows it.</summary>
27+
<summary>Specifies that an output is not <see langword="null" /> even if the corresponding type allows it. Specifies that an input argument was not <see langword="null" /> when the call returns.</summary>
2828
<remarks>To be added.</remarks>
2929
</Docs>
3030
<Members>

0 commit comments

Comments
 (0)