From 8f5cd49c0d5f2b1cfcb04b9ba066cbb73549dd43 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 22 Jun 2018 19:50:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/IWebSocketSession.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs index 530740a9..798a404f 100644 --- a/websocket-sharp/Server/IWebSocketSession.cs +++ b/websocket-sharp/Server/IWebSocketSession.cs @@ -32,7 +32,7 @@ using WebSocketSharp.Net.WebSockets; namespace WebSocketSharp.Server { /// - /// Exposes the properties used to access the information in a session in a WebSocket service. + /// Exposes the access to the information in a WebSocket session. /// public interface IWebSocketSession {