Skip to content

Commit 3a3dadf

Browse files
authored
specify what is meant by "invalidated" (#4291)
* specify what is meant by "invalidated"
1 parent 54b17c0 commit 3a3dadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.ComponentModel.DataAnnotations/IValidatableObject.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
</TypeForwardingChain>
2525
<Interfaces />
2626
<Docs>
27-
<summary>Provides a way for an object to be invalidated.</summary>
28-
<remarks>To be added.</remarks>
27+
<summary>Provides a way for an object to be validated.</summary>
28+
<remarks>Instances of types that implement this interface can be checked to determine if they are valid.</remarks>
2929
</Docs>
3030
<Members>
3131
<Member MemberName="Validate">

0 commit comments

Comments
 (0)