diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs
index a3e70066..7dae410f 100644
--- a/websocket-sharp/Net/HttpListenerContext.cs
+++ b/websocket-sharp/Net/HttpListenerContext.cs
@@ -153,12 +153,13 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the client information (identity, authentication, and security roles).
+ /// Gets the client information (identity, authentication, and security
+ /// roles).
///
///
///
- /// A instance or if not
- /// authenticated.
+ /// A instance or
+ /// if not authenticated.
///
///
/// The instance describes the client.