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. /// ///