From 16e0257d13d738cf4771df47876fd78f5b13f23f Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 25 Oct 2017 17:26:53 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 835f7cc8..516a97dd 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -491,10 +491,10 @@ namespace WebSocketSharp } /// - /// Gets a value indicating whether the WebSocket connection is secure. + /// Gets a value indicating whether a secure connection is used. /// /// - /// true if the connection is secure; otherwise, false. + /// true if a secure connection is used; otherwise, false. /// public bool IsSecure { get {