[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>
/// 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>
/// <returns>
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or empty;
/// otherwise, <c>false</c>.
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or
/// an empty string; otherwise, <c>false</c>.
/// </returns>
/// <param name="value">
/// A <see cref="string"/> to test.