From 38e5a7cb16855e6864d8cc89bbe991a14cf12404 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 8 May 2017 15:17:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 43be9a77..4ad38295 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -42,8 +42,7 @@ using System.Security.Cryptography.X509Certificates; namespace WebSocketSharp.Net { /// - /// Stores the parameters used to configure the underlying - /// for servers. + /// Stores the parameters for the used by servers. /// public class ServerSslConfiguration {