[Modify] Edit it

This commit is contained in:
sta 2016-08-25 17:22:36 +09:00
parent 4e4d0c5be9
commit 30b7e6937f

View File

@ -2306,12 +2306,12 @@ namespace WebSocketSharp
}
/// <summary>
/// Closes the WebSocket connection with the specified <see cref="CloseStatusCode"/>,
/// Closes the WebSocket connection with the specified <paramref name="code"/>,
/// and releases all associated resources.
/// </summary>
/// <param name="code">
/// One of the <see cref="CloseStatusCode"/> enum values, represents the status code indicating
/// the reason for the close.
/// One of the <see cref="CloseStatusCode"/> enum values that represents
/// the status code indicating the reason for the close.
/// </param>
public void Close (CloseStatusCode code)
{