[Modify] Edit it

This commit is contained in:
sta 2020-01-21 21:35:38 +09:00
parent 17a5645c25
commit ead65d18ec

View File

@ -980,8 +980,8 @@ namespace WebSocketSharp.Net
/// An array of <see cref="byte"/> that contains the entity body data. /// An array of <see cref="byte"/> that contains the entity body data.
/// </param> /// </param>
/// <param name="willBlock"> /// <param name="willBlock">
/// <c>true</c> if this method blocks execution while flushing the stream to /// <c>true</c> if this method blocks execution while flushing the stream
/// the client; otherwise, <c>false</c>. /// to the client; otherwise, <c>false</c>.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="responseEntity"/> is <see langword="null"/>. /// <paramref name="responseEntity"/> is <see langword="null"/>.