From 190bf4dedf7ea722ea71676d76a65b17ffa7a1ef Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 May 2017 14:22:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 5344164f..8b52219d 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -41,7 +41,7 @@ using System.Security.Cryptography.X509Certificates; namespace WebSocketSharp.Net { /// - /// Stores the parameters used to configure a instance as a client. + /// Stores the parameters for the used by clients. /// public class ClientSslConfiguration : SslConfiguration {