From fff778042bb8d013268d05ce1072c8301eb132f3 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Jul 2019 19:37:21 +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 cbbfa204..cb281952 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -101,7 +101,8 @@ namespace WebSocketSharp /// Gets the status code for the close. /// /// - /// A that represents the status code for the close if any. + /// A that represents the status code for the close + /// if present. /// public ushort Code { get {