From a3e4cea416471640d8d82b9410f7c8d08a9b741a Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 9 Jul 2019 19:48:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/CloseEventArgs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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