diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs
index 407a73f8..5e745de1 100644
--- a/websocket-sharp/Net/ServerSslConfiguration.cs
+++ b/websocket-sharp/Net/ServerSslConfiguration.cs
@@ -69,26 +69,27 @@ namespace WebSocketSharp.Net
}
///
- /// Initializes a new instance of the class with
- /// the specified ,
- /// , ,
+ /// Initializes a new instance of the class
+ /// with the specified ,
+ /// ,
+ /// ,
/// and .
///
///
- /// A that represents the certificate used to authenticate
- /// the server.
+ /// A that represents an X.509 certificate
+ /// used to authenticate the server.
///
///
- /// true if the client must supply a certificate for authentication;
+ /// true if the client is asked for a certificate for authentication;
/// otherwise, false.
///
///
- /// The enum value that represents the protocols used for
- /// authentication.
+ /// The enum values that represent the protocols
+ /// used for authentication.
///
///
- /// true if the certificate revocation list is checked during authentication;
- /// otherwise, false.
+ /// true if the certificate revocation list is checked during
+ /// authentication; otherwise, false.
///
public ServerSslConfiguration (
X509Certificate2 serverCertificate,