Skip to content

Commit f86e288

Browse files
author
Jake Soenneker
committed
Renaming
1 parent 8e54e38 commit f86e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextOverflowKeyword.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Soenneker.Quark.Enums;
66
/// An HTML CSS keyword set in .NET enumeration form
77
/// </summary>
88
[Intellenum<string>]
9-
public sealed partial class TextOverflowKeywordKeyword
9+
public sealed partial class TextOverflowKeyword
1010
{
1111
public static readonly TextOverflowKeyword Clip = new("clip");
1212
public static readonly TextOverflowKeyword Ellipsis = new("ellipsis");

0 commit comments

Comments
 (0)