[Modify] Edit it

This commit is contained in:
sta 2021-06-04 19:38:51 +09:00
parent d3a0fe617f
commit cb45d929e7

View File

@ -44,8 +44,8 @@ using System.Runtime.Serialization;
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// The exception that is thrown when a <see cref="HttpListener"/> instance /// The exception that is thrown when an error occurres processing
/// gets an error processing an HTTP request. /// an HTTP request.
/// </summary> /// </summary>
[Serializable] [Serializable]
public class HttpListenerException : Win32Exception public class HttpListenerException : Win32Exception