diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 223e4d84..c48488f9 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -1077,7 +1077,7 @@ namespace WebSocketSharp.Server } /// - /// Sends a ping with to the client using + /// Sends a ping with the specified message to the client using /// the specified session. /// /// @@ -1086,14 +1086,14 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the message to send. + /// A that specifies the message to send. /// /// /// The size must be 125 bytes or less in UTF-8. /// /// /// - /// A that represents the ID of the session. + /// A that specifies the ID of the session. /// /// /// is .