diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 483a293a..643c1b38 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -397,10 +397,10 @@ 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;
+ /// true if the server provides secure connections;
/// otherwise, false.
///
public bool IsSecure {