From 66a4b2a85a08ab04a2eafe4ee0ef583371d83a19 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 8 Sep 2014 13:45:31 +0900 Subject: [PATCH] Modified a few in WebSocketState.cs --- websocket-sharp/WebSocketState.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocketState.cs b/websocket-sharp/WebSocketState.cs index 67c2930c..7136b60b 100644 --- a/websocket-sharp/WebSocketState.cs +++ b/websocket-sharp/WebSocketState.cs @@ -35,14 +35,13 @@ namespace WebSocketSharp /// /// /// The values of the state are defined in - /// The WebSocket - /// API. + /// The WebSocket API. /// public enum WebSocketState : ushort { /// /// Equivalent to numeric value 0. - /// Indicates that the connection has not yet been established. + /// Indicates that the connection hasn't yet been established. /// Connecting = 0, ///