From 6aa5bfe034ec5ef3c96755a4036f71c721850a78 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 10 Feb 2017 16:28:31 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 483a293a..643c1b38 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -397,10 +397,10 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the server provides a secure connection. + /// Gets a value indicating whether the server provides secure connections. /// /// - /// true if the server provides a secure connection; + /// true if the server provides secure connections; /// otherwise, false. /// public bool IsSecure {