[Modify] Edit it

This commit is contained in:
sta 2017-12-16 04:10:00 +09:00
parent 0ab9f64b54
commit e8d06a500c

View File

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