diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index a980c7e8..117f7eb2 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -38,8 +38,8 @@ namespace WebSocketSharp /// That 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. + /// If you would like to get the reason for the connection close, you should + /// access the or property. /// /// public class CloseEventArgs : EventArgs