Skip to content

Commit 4151381

Browse files
authored
Update DisplayAttribute.cs
1 parent 3ca66a6 commit 4151381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LEGO.AsyncAPI/Attributes/DisplayAttribute.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace LEGO.AsyncAPI.Attributes
44
{
55
/// <summary>
6-
/// Represents the Open Api Data type metadata attribute.
6+
/// Display attribute.
77
/// </summary>
88
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
99
internal class DisplayAttribute : Attribute
@@ -27,4 +27,4 @@ public DisplayAttribute(string name)
2727
/// </summary>
2828
public string Name { get; }
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)