diff --git a/src/Renci.SshNet/Common/Extensions.cs b/src/Renci.SshNet/Common/Extensions.cs
index d4ce4dee..17d72d7f 100644
--- a/src/Renci.SshNet/Common/Extensions.cs
+++ b/src/Renci.SshNet/Common/Extensions.cs
@@ -353,11 +353,9 @@ namespace Renci.SshNet.Common
#if !FEATURE_STRINGBUILDER_CLEAR
///
- /// Clears the contents of the string builder.
+ /// Clears the contents of the string builder.
///
- ///
- /// The to clear.
- ///
+ /// The to clear.
public static void Clear(this StringBuilder value)
{
value.Length = 0;