From b45a6572cd131b2da15f6f4c7f9386e13f9793de Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 24 Dec 2016 17:35:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 62045814..7d9fc1e6 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1285,11 +1285,11 @@ namespace WebSocketSharp } /// - /// Determines whether the specified is in the allowable range of - /// the WebSocket close status code. + /// Determines whether the specified is in + /// the allowable range of the WebSocket close status code. /// /// - /// Not allowable ranges are the following: + /// Unallowable ranges are the following: /// /// /// @@ -1298,14 +1298,15 @@ namespace WebSocketSharp /// /// /// - /// Numbers greater than 4999 are out of the reserved close status code ranges. + /// Numbers greater than 4999 are out of the reserved + /// close status code ranges. /// /// /// /// /// - /// true if is in the allowable range of the WebSocket - /// close status code; otherwise, false. + /// true if is in the allowable + /// range of the close status code; otherwise, false. /// /// /// A to test.