diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index bcbbe41b..8d486879 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -56,12 +56,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 certificate used to authenticate - /// the server. + /// A that represents an X.509 certificate + /// used to authenticate the server. /// public ServerSslConfiguration (X509Certificate2 serverCertificate) : this (serverCertificate, false, SslProtocols.Default, false)