[Modify] Edit it

This commit is contained in:
sta 2016-09-29 14:56:28 +09:00
parent 3ba8d1434e
commit 3cab7b7722

View File

@ -79,8 +79,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 it cannot be decoded to a string.
/// A <see cref="string"/> that represents the message data
/// if it can be decoded to a string; otherwise, <see langword="null"/>.
/// </value>
public string Data {
get {