diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs
index 2ca769cb..cc57dc21 100644
--- a/websocket-sharp/Net/ClientSslConfiguration.cs
+++ b/websocket-sharp/Net/ClientSslConfiguration.cs
@@ -86,8 +86,8 @@ namespace WebSocketSharp.Net
}
///
- /// Copies the parameters from the specified to
- /// a new instance of the class.
+ /// Initializes a new instance of the
+ /// class that stores the parameters copied from the specified configuration.
///
///
/// A from which to copy.