[Modify] Edit it

This commit is contained in:
sta 2020-07-10 20:11:53 +09:00
parent 7615c2a896
commit eacd38efa6

View File

@ -971,7 +971,7 @@ namespace WebSocketSharp.Net
/// characters.
/// </exception>
/// <exception cref="InvalidOperationException">
/// The header cannot be allowed to append to the current headers.
/// The current headers do not allow the header.
/// </exception>
public void AppendHeader (string name, string value)
{