diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index cb281952..a3445e1e 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -127,7 +127,8 @@ namespace WebSocketSharp /// Gets a value indicating whether the connection has been closed cleanly. /// /// - /// true if the connection has been closed cleanly; otherwise, false. + /// true if the connection has been closed cleanly; otherwise, + /// false. /// public bool WasClean { get {