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 {