From 30b7e6937fcb0fc462054dea812d2108506b9081 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 25 Aug 2016 17:22:36 +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 18ad6efc..7df01a7b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2306,12 +2306,12 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection with the specified , + /// Closes the WebSocket connection with the specified , /// and releases all associated resources. /// /// - /// One of the enum values, represents the status code indicating - /// the reason for the close. + /// One of the enum values that represents + /// the status code indicating the reason for the close. /// public void Close (CloseStatusCode code) {