Skip to content

Commit 116d1ce

Browse files
committed
update marktype
1 parent dbc30d8 commit 116d1ce

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Contentstack.Utils/Enums/MarkType.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ public enum MarkType
3131
/// This will specify the Mark type of text node as Superscript
3232
/// </summary>
3333
Superscript,
34-
/// <summary>
35-
/// This will specify the Mark type of text node as Superscript
36-
/// </summary>
34+
/// <summary>
35+
/// This will specify the class selector
36+
/// </summary>
3737
Class,
38-
/// <summary>
39-
/// This will specify the Mark type of text node as Superscript
38+
/// <summary>
39+
/// This will specify the id selector
4040
/// </summary>
4141
Id
4242
}

0 commit comments

Comments
 (0)