From 3a6dd700ba6d82f50c2e9e24788a90dcf6aa24f9 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 7 Nov 2015 16:31:31 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocketState.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocketState.cs b/websocket-sharp/WebSocketState.cs index 635405cd..469350cb 100644 --- a/websocket-sharp/WebSocketState.cs +++ b/websocket-sharp/WebSocketState.cs @@ -31,7 +31,7 @@ using System; namespace WebSocketSharp { /// - /// Contains the values of the state of a WebSocket connection. + /// Indicates the state of a WebSocket connection. /// /// /// The values of this enumeration are defined in @@ -55,7 +55,7 @@ namespace WebSocketSharp Closing = 2, /// /// Equivalent to numeric value 3. Indicates that the connection has been closed or - /// couldn't be opened. + /// couldn't be established. /// Closed = 3 }