[Modify] Edit it

This commit is contained in:
sta 2020-04-10 19:41:15 +09:00
parent caac10ed03
commit 141819bd6e

View File

@ -1130,11 +1130,11 @@ namespace WebSocketSharp.Net
/// One of the <see cref="HttpRequestHeader"/> enum values. /// One of the <see cref="HttpRequestHeader"/> enum values.
/// </para> /// </para>
/// <para> /// <para>
/// It represents the request header to add. /// It specifies the request header to add.
/// </para> /// </para>
/// </param> /// </param>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> that represents the value of the header to add. /// A <see cref="string"/> that specifies the value of the header to add.
/// </param> /// </param>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <para> /// <para>