diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index d8d48864..29b04f1d 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -341,10 +341,12 @@ namespace WebSocketSharp.Server
}
///
- /// Gets a value indicating whether the server provides a secure connection.
+ /// Gets a value indicating whether the server provides
+ /// secure connections.
///
///
- /// true if the server provides a secure connection; otherwise, false.
+ /// true if the server provides secure connections;
+ /// otherwise, false.
///
public bool IsSecure {
get {