diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 7b955b7e..2b9b0b64 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -409,7 +409,7 @@ namespace WebSocketSharp.Server } /// - /// Sends a binary to the client on a session. + /// Sends binary to the client on a session. /// /// /// This method is available after the WebSocket connection has been established. @@ -424,7 +424,7 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified as a binary data to the client on a session. + /// Sends the specified as binary data to the client on a session. /// /// /// This method is available after the WebSocket connection has been established. @@ -439,7 +439,7 @@ namespace WebSocketSharp.Server } /// - /// Sends a text to the client on a session. + /// Sends text to the client on a session. /// /// /// This method is available after the WebSocket connection has been established. @@ -454,7 +454,7 @@ namespace WebSocketSharp.Server } /// - /// Sends a binary asynchronously to the client on a session. + /// Sends binary asynchronously to the client on a session. /// /// /// @@ -479,8 +479,8 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified as a binary data asynchronously - /// to the client on a session. + /// Sends the specified as binary data asynchronously to + /// the client on a session. /// /// /// @@ -505,7 +505,7 @@ namespace WebSocketSharp.Server } /// - /// Sends a text asynchronously to the client on a session. + /// Sends text asynchronously to the client on a session. /// /// /// @@ -530,8 +530,8 @@ namespace WebSocketSharp.Server } /// - /// Sends a binary data from the specified asynchronously - /// to the client on a session. + /// Sends binary data from the specified asynchronously to + /// the client on a session. /// /// ///