From 7df1ec19fc06c95f7fd78477b6c62151145b86c0 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 26 Dec 2019 19:44:37 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index c6b65630..904d4bcd 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1321,13 +1321,19 @@ namespace WebSocketSharp } /// - /// Gets the description of the specified HTTP status . + /// Gets the description of the specified HTTP status code. /// /// - /// A that represents the description of the HTTP status code. + /// A that represents the description of + /// the HTTP status code. /// /// - /// One of enum values, indicates the HTTP status code. + /// + /// One of the enum values. + /// + /// + /// It specifies the HTTP status code. + /// /// public static string GetDescription (this HttpStatusCode code) {