diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 3f0883af..bcbbe41b 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -41,7 +41,8 @@ using System.Security.Cryptography.X509Certificates; namespace WebSocketSharp.Net { /// - /// Stores the parameters used to configure a instance as a server. + /// Stores the parameters used to configure the underlying + /// for servers. /// public class ServerSslConfiguration : SslConfiguration {