[Modify] Polish it

This commit is contained in:
sta 2015-11-12 15:45:57 +09:00
parent d4dbf739fa
commit 03fc76ce06

View File

@ -27,12 +27,11 @@
#endregion
using System;
using System.Text;
namespace WebSocketSharp
{
/// <summary>
/// Contains the event data associated with a <see cref="WebSocket.OnMessage"/> event.
/// Represents the event data for the <see cref="WebSocket.OnMessage"/> event.
/// </summary>
/// <remarks>
/// <para>
@ -81,8 +80,8 @@ namespace WebSocketSharp
/// Gets the message data as a <see cref="string"/>.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the message data,
/// or <see langword="null"/> if the message data cannot be decoded to a string.
/// A <see cref="string"/> that represents the message data or
/// <see langword="null"/> if the message data cannot be decoded to a string.
/// </value>
public string Data {
get {