diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index 8bc58f1b..df89b77c 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -35,9 +35,14 @@ namespace WebSocketSharp /// Contains the event data associated with a event. /// /// - /// A event occurs when the WebSocket connection has been closed. - /// If you would like to get the reason for the close, you should access the or - /// property. + /// + /// A event occurs when the WebSocket connection has been + /// closed. + /// + /// + /// If you would like to get the reason for the close, you should access + /// the or property. + /// /// public class CloseEventArgs : EventArgs {