From f276f96526ae27678c9bc7e4ed7f7cbfe307c136 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 21 Nov 2015 15:58:37 +0900 Subject: [PATCH] [Modify] Polish 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 8629ea29..0639baf3 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -80,8 +80,8 @@ namespace WebSocketSharp /// Gets the message data as a . /// /// - /// A that represents the message data or - /// if the message data cannot be decoded to a string. + /// A that represents the message data, + /// or if the message data cannot be decoded to a string. /// public string Data { get {