diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs index 947a1adf..1ea9529c 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -27,12 +27,11 @@ #endregion using System; -using System.Text; namespace WebSocketSharp { /// - /// Contains the event data associated with a event. + /// Represents the event data for the event. /// /// /// @@ -81,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 {