Skip to content

Commit

Permalink
Update RichTextLabelExt.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Oct 21, 2024
1 parent 76bd6d8 commit f064e0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Content.Client/Message/RichTextLabelExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ public static class RichTextLabelExt


/// <summary>
/// Sets the labels markup.
/// Sets the labels markup.
/// </summary>
/// <remarks>
/// Invalid markup will cause exceptions to be thrown. Don't use this for user input!
/// Invalid markup will cause exceptions to be thrown. Don't use this for user input!
/// </remarks>
public static RichTextLabel SetMarkup(this RichTextLabel label, string markup)
{
Expand All @@ -20,8 +20,8 @@ public static RichTextLabel SetMarkup(this RichTextLabel label, string markup)
}

/// <summary>
/// Sets the labels markup.<br/>
/// Uses <c>FormatedMessage.FromMarkupPermissive</c> which treats invalid markup as text.
/// Sets the labels markup.<br/>
/// Uses <c>FormatedMessage.FromMarkupPermissive</c> which treats invalid markup as text.
/// </summary>
public static RichTextLabel SetMarkupPermissive(this RichTextLabel label, string markup)
{
Expand Down

0 comments on commit f064e0a

Please sign in to comment.