[Modify] Edit it

This commit is contained in:
sta 2020-07-12 21:43:12 +09:00
parent 4fab32c584
commit e114c47f34

View File

@ -927,11 +927,11 @@ namespace WebSocketSharp.Net
/// the headers for the response. /// the headers for the response.
/// </summary> /// </summary>
/// <param name="name"> /// <param name="name">
/// A <see cref="string"/> that represents the name of the header to /// A <see cref="string"/> that specifies the name of the header to
/// append. /// append.
/// </param> /// </param>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> that represents the value of the header to /// A <see cref="string"/> that specifies the value of the header to
/// append. /// append.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">