From 3cab7b7722d77ddb88b20ebe2cd534b5351b569e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 29 Sep 2016 14:56:28 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/MessageEventArgs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs index 72749fa5..d81c0d93 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -79,8 +79,8 @@ namespace WebSocketSharp /// Gets the message data as a . /// /// - /// A that represents the message data, - /// or if it cannot be decoded to a string. + /// A that represents the message data + /// if it can be decoded to a string; otherwise, . /// public string Data { get {