diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs
index 1dba0d1b..134d7709 100644
--- a/websocket-sharp/Net/HttpListener.cs
+++ b/websocket-sharp/Net/HttpListener.cs
@@ -138,9 +138,17 @@ namespace WebSocketSharp.Net
/// Gets or sets the scheme used to authenticate the clients.
///
///
- /// One of the enum values,
- /// represents the scheme used to authenticate the clients. The default value is
- /// .
+ ///
+ /// One of the
+ /// enum values.
+ ///
+ ///
+ /// It represents the scheme used to authenticate the clients.
+ ///
+ ///
+ /// The default value is
+ /// .
+ ///
///
///
/// This listener has been closed.