[Modify] Edit it

This commit is contained in:
sta 2020-03-26 20:08:46 +09:00
parent 03c0ed6597
commit 41c046fdcd

View File

@ -1349,7 +1349,7 @@ namespace WebSocketSharp.Net
/// <c>true</c> if the header cannot be set; otherwise, <c>false</c>. /// <c>true</c> if the header cannot be set; otherwise, <c>false</c>.
/// </returns> /// </returns>
/// <param name="headerName"> /// <param name="headerName">
/// A <see cref="string"/> that represents the name of the header to test. /// A <see cref="string"/> that specifies the name of the header to test.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="headerName"/> is <see langword="null"/>. /// <paramref name="headerName"/> is <see langword="null"/>.