Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-iel committed Apr 30, 2024
1 parent ffe3937 commit 55e272c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Spinner/Spinner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ public Spinner()
/// <summary>
/// Convert T in a positional string.
/// </summary>
/// <returns>
/// Returns a string mapped of T.
/// If the attribute ObjectMapper has a length property, the string will be truncated to that length.
/// </returns>
/// <returns> Returns a string mapped of T.</returns>
public string WriteAsString()
{
WritePositionalString();
Expand Down

0 comments on commit 55e272c

Please sign in to comment.