diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 835f7cc8..516a97dd 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -491,10 +491,10 @@ namespace WebSocketSharp } /// - /// Gets a value indicating whether the WebSocket connection is secure. + /// Gets a value indicating whether a secure connection is used. /// /// - /// true if the connection is secure; otherwise, false. + /// true if a secure connection is used; otherwise, false. /// public bool IsSecure { get {