From 1ae31c647971f223153b98e3572be8e8a02a8118 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 19 Nov 2016 16:26:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index ed86c0f8..94b4eebd 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -541,8 +541,9 @@ namespace WebSocketSharp /// Gets the state of the WebSocket connection. /// /// - /// One of the enum values, indicates the state of the connection. - /// The default value is . + /// One of the enum values that indicates + /// the current state of the connection. The default value is + /// . /// public WebSocketState ReadyState { get {