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, ///