[Modify] Edit it

This commit is contained in:
sta 2020-07-01 19:44:02 +09:00
parent 95f8518d9f
commit 32943d1a22

View File

@ -1478,8 +1478,8 @@ namespace WebSocketSharp.Net
/// <see langword="null"/> if not present. /// <see langword="null"/> if not present.
/// </para> /// </para>
/// </returns> /// </returns>
/// <param name="header"> /// <param name="name">
/// A <see cref="string"/> that represents the name of the header to find. /// A <see cref="string"/> that specifies the name of the header to find.
/// </param> /// </param>
public override string[] GetValues (string name) public override string[] GetValues (string name)
{ {