From f8362fd367201d7de7845b672627a551b6fa85d5 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 2 Nov 2015 16:22:41 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Ext.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index e9e99b32..23fcae38 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1615,7 +1615,7 @@ namespace WebSocketSharp /// An array of to convert. /// /// - /// One of the enum values, indicates the byte order of + /// One of the enum values, specifies the byte order of /// . /// /// @@ -1669,7 +1669,7 @@ namespace WebSocketSharp /// A T to convert. /// /// - /// One of the enum values, indicates the byte order of the return. + /// One of the enum values, specifies the byte order of the return. /// /// /// The type of . The T must be a value type. @@ -1718,7 +1718,7 @@ namespace WebSocketSharp /// An array of to convert. /// /// - /// One of the enum values, indicates the byte order of + /// One of the enum values, specifies the byte order of /// . /// ///