[Modify] Edit it

This commit is contained in:
sta 2020-05-04 20:41:43 +09:00
parent c97fd7d97a
commit 1d2bc73462

View File

@ -1079,12 +1079,8 @@ namespace WebSocketSharp.Net
/// Adds the specified header to the collection.
/// </summary>
/// <param name="header">
/// <para>
/// A <see cref="string"/> that specifies the header to add.
/// </para>
/// <para>
/// It has the name and value separated by a colon character (':').
/// </para>
/// A <see cref="string"/> that specifies the header to add,
/// with the name and value separated by a colon character (':').
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="header"/> is <see langword="null"/>.