Skip to content

Commit

Permalink
update marktype
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Oct 9, 2024
1 parent dbc30d8 commit 116d1ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Contentstack.Utils/Enums/MarkType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public enum MarkType
/// This will specify the Mark type of text node as Superscript
/// </summary>
Superscript,
/// <summary>
/// This will specify the Mark type of text node as Superscript
/// </summary>
/// <summary>
/// This will specify the class selector
/// </summary>
Class,
/// <summary>
/// This will specify the Mark type of text node as Superscript
/// <summary>
/// This will specify the id selector
/// </summary>
Id
}
Expand Down

0 comments on commit 116d1ce

Please sign in to comment.