diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs
index 8b52219d..20310e74 100644
--- a/websocket-sharp/Net/ClientSslConfiguration.cs
+++ b/websocket-sharp/Net/ClientSslConfiguration.cs
@@ -55,12 +55,12 @@ namespace WebSocketSharp.Net
#region Public Constructors
///
- /// Initializes a new instance of the class with
- /// the specified .
+ /// Initializes a new instance of the class
+ /// with the specified .
///
///
- /// A that represents the name of the server that shares
- /// a secure connection.
+ /// A that represents the name of the server that
+ /// will share a secure connection.
///
public ClientSslConfiguration (string targetHost)
: this (targetHost, null, SslProtocols.Default, false)