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