From 4aad50077fb9171b5f5d4803149f05eb235254fa Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 29 Jan 2018 16:46:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 1203e40b..7fdd8dc1 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1879,11 +1879,15 @@ namespace WebSocketSharp } /// - /// Converts the specified to a . + /// Converts the specified string to a . /// /// - /// A converted from or - /// if the convert has failed. + /// + /// A converted from . + /// + /// + /// if the conversion has failed. + /// /// /// /// A to convert.