From 238e8f71161ab3b4059117b744295a93ab90492c Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 May 2017 14:14:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 2b64ab8c..0141f318 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -71,8 +71,8 @@ namespace WebSocketSharp.Net /// with the specified . /// /// - /// A that represents an X.509 certificate - /// used to authenticate the server. + /// A that represents the certificate used to + /// authenticate the server. /// public ServerSslConfiguration (X509Certificate2 serverCertificate) {