From 281c99f70490751a698d4e338d58f18e8e480932 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 29 Jun 2016 14:14:04 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 5f88e709..481787fb 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -34,10 +34,10 @@ using System.Security.Principal; namespace WebSocketSharp.Net.WebSockets { /// - /// Exposes the properties used to access the information in a WebSocket connection request. + /// Exposes the properties used to access the information in a WebSocket handshake request. /// /// - /// The WebSocketContext class is an abstract class. + /// This class is an abstract class. /// public abstract class WebSocketContext {