[Modify] Polish it

This commit is contained in:
sta 2015-11-21 15:58:37 +09:00
parent 02ec346c30
commit f276f96526

View File

@ -80,8 +80,8 @@ namespace WebSocketSharp
/// Gets the message data as a <see cref="string"/>. /// Gets the message data as a <see cref="string"/>.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the message data or /// A <see cref="string"/> that represents the message data,
/// <see langword="null"/> if the message data cannot be decoded to a string. /// or <see langword="null"/> if the message data cannot be decoded to a string.
/// </value> /// </value>
public string Data { public string Data {
get { get {