[Modify] Edit it

This commit is contained in:
sta 2017-10-05 14:11:36 +09:00
parent 2df1ee86c1
commit de9ac48b40

View File

@ -1394,12 +1394,12 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Determines whether the specified <see cref="string"/> is /// Determines whether the specified string is <see langword="null"/> or
/// <see langword="null"/> or an empty string. /// an empty string.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or /// <c>true</c> if the string is <see langword="null"/> or an empty string;
/// an empty string; otherwise, <c>false</c>. /// otherwise, <c>false</c>.
/// </returns> /// </returns>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> to test. /// A <see cref="string"/> to test.