[Modify] Edit it

This commit is contained in:
sta 2016-11-15 16:28:33 +09:00
parent 947ccd8cb5
commit 4894d06814

View File

@ -31,7 +31,8 @@ using System;
namespace WebSocketSharp
{
/// <summary>
/// The exception that is thrown when a <see cref="WebSocket"/> gets a fatal error.
/// The exception that is thrown when a fatal error occurs in
/// the WebSocket communication.
/// </summary>
public class WebSocketException : Exception
{