diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs index feba1a10..c7207250 100644 --- a/websocket-sharp/Net/HttpListener.cs +++ b/websocket-sharp/Net/HttpListener.cs @@ -743,7 +743,8 @@ namespace WebSocketSharp.Net /// Gets an incoming request. /// /// - /// This method waits for an incoming request, and returns when a request is received. + /// This method waits for an incoming request and returns when a request is + /// received. /// /// /// A that represents a request. @@ -756,7 +757,7 @@ namespace WebSocketSharp.Net /// -or- /// /// - /// This listener hasn't been started, or is currently stopped. + /// This listener has not been started or is currently stopped. /// /// ///