diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs
index 01fa78c8..0b1b3906 100644
--- a/websocket-sharp/Net/ServerSslConfiguration.cs
+++ b/websocket-sharp/Net/ServerSslConfiguration.cs
@@ -153,11 +153,11 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the certificate used to authenticate the server for secure connection.
+ /// Gets or sets the certificate used to authenticate the server.
///
///
- /// A that represents the certificate used to authenticate
- /// the server.
+ /// A that represents an X.509 certificate
+ /// used to authenticate the server.
///
public X509Certificate2 ServerCertificate {
get {