diff --git a/websocket-sharp/CloseStatusCode.cs b/websocket-sharp/CloseStatusCode.cs index 7ca2739a..61e60fdf 100644 --- a/websocket-sharp/CloseStatusCode.cs +++ b/websocket-sharp/CloseStatusCode.cs @@ -36,13 +36,12 @@ namespace WebSocketSharp /// /// /// The values of the status code are defined in - /// Section 7.4 - /// of RFC 6455. + /// Section 7.4 of RFC 6455. /// /// - /// "Reserved value" must not be set as a status code in a close control frame - /// by an endpoint. It's designated for use in applications expecting a status - /// code to indicate that the connection was closed due to the system grounds. + /// "Reserved value" must not be set as a status code in a close control frame by + /// an endpoint. It's designated for use in applications expecting a status code to + /// indicate that the connection was closed due to the system grounds. /// /// public enum CloseStatusCode : ushort