diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 7e1d4df5..490613df 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -420,12 +420,11 @@ namespace WebSocketSharp.Server
}
///
- /// Gets a value indicating whether the server provides
- /// secure connections.
+ /// Gets a value indicating whether secure connections are provided.
///
///
- /// true if the server provides secure connections;
- /// otherwise, false.
+ /// true if this instance provides secure connections; otherwise,
+ /// false.
///
public bool IsSecure {
get {