From 90c07cf910490f6a2bff391f49e9c4870ef69bb7 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 8 Jul 2019 20:53:26 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/CloseEventArgs.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index 78cd6cd8..0628955d 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -111,11 +111,11 @@ namespace WebSocketSharp } /// - /// Gets the reason for the close. + /// Gets the reason for the connection close. /// /// - /// A that represents the reason for the close - /// if present. + /// A that represents the reason for + /// the connection close if present. /// public string Reason { get {