diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 55b6ce0e..15dd9e8e 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2378,19 +2378,16 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection with the specified and - /// , and releases all associated resources. + /// Closes the WebSocket connection with the specified and + /// , and releases all associated resources. /// - /// - /// This method emits a event if the size of is - /// greater than 123 bytes. - /// /// - /// 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. /// /// /// A that represents the reason for the close. + /// The size must be 123 bytes or less. /// public void Close (CloseStatusCode code, string reason) {