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();