From f5ebe3730d5ef5548cba2ba1da2e9dc50ada9c14 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 25 Jan 2017 15:59:38 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index e12fc6f4..4cb13795 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -908,22 +908,25 @@ namespace WebSocketSharp } /// - /// Tries to create a for WebSocket with + /// Tries to create a new for WebSocket with /// the specified . /// /// - /// true if a is successfully created; otherwise, false. + /// true if the was successfully created; + /// otherwise, false. /// /// /// A that represents a WebSocket URL to try. /// /// - /// When this method returns, a that represents a WebSocket URL, - /// or if is invalid. + /// When this method returns, a that + /// represents the WebSocket URL or + /// if is invalid. /// /// - /// When this method returns, a that represents an error message, - /// or if is valid. + /// When this method returns, a that + /// represents an error message or + /// if is valid. /// internal static bool TryCreateWebSocketUri ( this string uriString, out Uri result, out string message