diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 08e2e682..5944eead 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -787,7 +787,7 @@ namespace WebSocketSharp.Server /// /// It represents a collection of pairs of a session ID and /// a value indicating whether a pong has been received from - /// its client within a time. + /// the client within a time. /// /// ///