From fca56b7cecd09d09effd528bc35932f82154af4e Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 May 2017 14:38:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 8b52219d..20310e74 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -55,12 +55,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 name of the server that shares - /// a secure connection. + /// A that represents the name of the server that + /// will share a secure connection. /// public ClientSslConfiguration (string targetHost) : this (targetHost, null, SslProtocols.Default, false)