From a744511aa10d15e05ca8de5af6c0d4cd39fafe75 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 11 Jul 2018 19:50:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f72b0904..6652a5e2 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2572,7 +2572,7 @@ namespace WebSocketSharp } /// - /// Closes the connection with the specified . + /// Closes the connection with the specified code. /// /// /// This method does nothing if the current state of the connection is @@ -2580,8 +2580,8 @@ namespace WebSocketSharp /// /// /// - /// A that represents the status code - /// indicating the reason for the close. + /// A that represents the status code indicating + /// the reason for the close. /// /// /// The status codes are defined in