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) {