From de9ac48b40f8113f7ae27151114739c538347b2c Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 5 Oct 2017 14:11:36 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 270a2a84..e944d874 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1394,12 +1394,12 @@ namespace WebSocketSharp } /// - /// Determines whether the specified is - /// or an empty string. + /// Determines whether the specified string is or + /// an empty string. /// /// - /// true if is or - /// an empty string; otherwise, false. + /// true if the string is or an empty string; + /// otherwise, false. /// /// /// A to test.