[Modify] Edit it

This commit is contained in:
sta 2016-09-12 16:34:17 +09:00
parent defed84883
commit c3306c70cb

View File

@ -3063,7 +3063,7 @@ namespace WebSocketSharp
/// Closes the WebSocket connection, and releases all associated resources.
/// </summary>
/// <remarks>
/// This method closes the connection with <see cref="CloseStatusCode.Away"/>.
/// This method closes the connection with status code 1001 (going away).
/// </remarks>
void IDisposable.Dispose ()
{