From c6584431c96b736ec1ad03a5e4626f6ad81ff391 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 16 Dec 2017 16:40:32 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 1d735c9e..aa2e04a9 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1264,8 +1264,8 @@ namespace WebSocketSharp } /// - /// Determines whether the specified is in the - /// range of the status code for the WebSocket connection close. + /// Determines whether the specified ushort is in the range of + /// the status code for the WebSocket connection close. /// /// ///