From d4a45b6ef071c26cf757fc2f20e6b33bee193ed2 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Oct 2019 19:41:11 +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 e8a26a54..e7d8d97c 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1963,15 +1963,14 @@ namespace WebSocketSharp } /// - /// Converts the specified array of to the specified - /// type value. + /// Converts the specified byte array to the specified type value. /// /// /// /// A T converted from . /// /// - /// The default value of T if it could not be converted. + /// The default value of T if not converted. /// /// ///