[Modify] Edit it

This commit is contained in:
sta 2020-07-13 21:20:11 +09:00
parent 96786cd890
commit b68df3d3cb

View File

@ -1174,10 +1174,10 @@ 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 set. /// A <see cref="string"/> that specifies the name of the header to set.
/// </param> /// </param>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> that represents the value of the header to set. /// A <see cref="string"/> that specifies the value of the header to set.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="name"/> is <see langword="null"/>. /// <paramref name="name"/> is <see langword="null"/>.