[Modify] Edit it

This commit is contained in:
sta 2017-05-29 14:36:07 +09:00
parent 647218d03f
commit a95448c3bb

View File

@ -1417,11 +1417,12 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Determines whether the specified <see cref="string"/> is <see langword="null"/> or empty. /// Determines whether the specified <see cref="string"/> is
/// <see langword="null"/> or an empty string.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or empty; /// <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.