From 14591e9c8324ba8bcae57135badc5b2f0b31d9bb Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Jul 2019 19:35:28 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/CloseEventArgs.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index 81122d4c..cbbfa204 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -113,7 +113,8 @@ namespace WebSocketSharp /// Gets the reason for the close. /// /// - /// A that represents the reason for the close if any. + /// A that represents the reason for the close + /// if present. /// public string Reason { get {