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