Skip to content

Commit

Permalink
Add missing xmldocs and small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerBarreto committed Sep 16, 2024
1 parent 23e2f03 commit 3e0c967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public override string ToString()
}

/// <summary>
/// When converting a string to a <see cref="TextContent"/>, the text is set to the string value.
/// When converting a string to a <see cref="TextContent"/>, the content is automatically set to the string value.
/// </summary>
/// <param name="text"></param>
/// <param name="text">Text content</param>
public static implicit operator TextContent(string text)
{
return new TextContent(text);
Expand Down

0 comments on commit 3e0c967

Please sign in to comment.