From 03db354570bef250467173e5986b3073f8db1c8f Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 31 Mar 2018 18:17:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index c3491ff9..465d7680 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -34,7 +34,7 @@ using System.Security.Principal; namespace WebSocketSharp.Net.WebSockets { /// - /// Exposes the properties used to access the information in a WebSocket handshake request. + /// Exposes the access to the information in a WebSocket handshake request. /// /// /// This class is an abstract class.