From 55e272c3f7b56589ca5119adc909216ecb4730fc Mon Sep 17 00:00:00 2001 From: Daniel-iel Date: Tue, 30 Apr 2024 16:49:11 -0300 Subject: [PATCH] fix doc --- src/Spinner/Spinner.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Spinner/Spinner.cs b/src/Spinner/Spinner.cs index 9e89741..f3b2a9d 100644 --- a/src/Spinner/Spinner.cs +++ b/src/Spinner/Spinner.cs @@ -57,10 +57,7 @@ public Spinner() /// /// Convert T in a positional string. /// - /// - /// Returns a string mapped of T. - /// If the attribute ObjectMapper has a length property, the string will be truncated to that length. - /// + /// Returns a string mapped of T. public string WriteAsString() { WritePositionalString();