diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 42bf68f9..3ab4f3cc 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -48,10 +48,10 @@ using System.Text; namespace WebSocketSharp.Net { /// - /// Provides the access to a request to the . + /// Represents an incoming request to a instance. /// /// - /// The HttpListenerRequest class cannot be inherited. + /// This class cannot be inherited. /// public sealed class HttpListenerRequest {