Fix documentation (#84628)
authorJonathan <vanillajonathan@users.noreply.github.com>
Tue, 11 Apr 2023 14:19:19 +0000 (16:19 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 14:19:19 +0000 (15:19 +0100)
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/RequiredAttribute.cs

index 614db4e..16e8f83 100644 (file)
@@ -8,7 +8,7 @@ using System.Runtime.CompilerServices;
 namespace System.ComponentModel.DataAnnotations
 {
     /// <summary>
-    ///     Validation attribute to indicate that a property field or parameter is required.
+    ///     Validation attribute to indicate that a property, field or parameter is required.
     /// </summary>
     [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter,
         AllowMultiple = false)]