From c2a76388def4d20efed156bbbec3eb774700423e Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 28 Nov 2020 17:04:21 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 2ca769cb..cc57dc21 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -86,8 +86,8 @@ namespace WebSocketSharp.Net } /// - /// Copies the parameters from the specified to - /// a new instance of the class. + /// Initializes a new instance of the + /// class that stores the parameters copied from the specified configuration. /// /// /// A from which to copy.