[Modify] Edit it

This commit is contained in:
sta 2020-03-27 19:37:09 +09:00
parent 0ae6d8d3fe
commit f56521f6a7

View File

@ -1384,7 +1384,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>
/// <param name="response"> /// <param name="response">
/// A <see cref="bool"/>: <c>true</c> if the test is for the response; /// A <see cref="bool"/>: <c>true</c> if the test is for the response;