From e437c487af77032ff83f4cacbbecb1858437f57b Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 10 Jul 2018 20:35:53 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 708ca6cc..f72b0904 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2774,8 +2774,7 @@ namespace WebSocketSharp } /// - /// Closes the connection with the specified and - /// . + /// Closes the connection with the specified code and reason. /// /// /// This method does nothing if the current state of the connection is @@ -2816,8 +2815,7 @@ namespace WebSocketSharp /// /// /// is - /// and - /// there is . + /// and there is reason. /// /// /// -or-