From 782814ca818bd84307190000f642316976fd5451 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 16 Dec 2017 16:22:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 124f9cab..1d735c9e 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1344,14 +1344,13 @@ namespace WebSocketSharp } /// - /// Determines whether the specified - /// represents a local IP address. + /// Determines whether the specified IP address is a local IP address. /// /// /// This local means NOT REMOTE for the current host. /// /// - /// true if represents a local IP address; + /// true if is a local IP address; /// otherwise, false. /// ///