Skip to content

Commit

Permalink
fix remarks (dotnet#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mairaw authored Oct 18, 2018
1 parent 51395cb commit c79e7df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="DisplayAttribute" FullName="System.ComponentModel.DataAnnotations.DisplayAttribute">
<Type Name="DisplayAttribute" FullName="System.ComponentModel.DataAnnotations.DisplayAttribute">
<TypeSignature Language="C#" Value="public sealed class DisplayAttribute : Attribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DisplayAttribute extends System.Attribute" />
<TypeSignature Language="DocId" Value="T:System.ComponentModel.DataAnnotations.DisplayAttribute" />
Expand Down Expand Up @@ -542,7 +542,7 @@ End Class
<format type="text/markdown"><![CDATA[
## Remarks
Do not use this property to get the value of the <xref:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName%2A> property. Use the <xref:System.ComponentModel.DataAnnotations.DisplayAttribute.GetDescription%2A> method instead. A `null` value or empty string is valid.
Do not use this property to get the value of the <xref:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName%2A> property. Use the <xref:System.ComponentModel.DataAnnotations.DisplayAttribute.GetGroupName%2A> method instead. A `null` value or empty string is valid.
]]></format>
</remarks>
Expand Down Expand Up @@ -837,4 +837,4 @@ End Class
</Docs>
</Member>
</Members>
</Type>
</Type>

0 comments on commit c79e7df

Please sign in to comment.