diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs
index 84f66c0d..6622bcf2 100644
--- a/websocket-sharp/Net/HttpListenerContext.cs
+++ b/websocket-sharp/Net/HttpListenerContext.cs
@@ -46,7 +46,7 @@ namespace WebSocketSharp.Net
{
///
/// Provides the access to the HTTP request and response objects used by
- /// the .
+ /// the class.
///
///
/// This class cannot be inherited.