diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f800b62b..1832d1ff 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3854,10 +3854,10 @@ namespace WebSocketSharp /// An delegate. /// /// - /// The delegate invokes the method called when the send is complete. + /// It specifies the delegate called when the send is complete. /// /// - /// The parameter passed to the method is true + /// The parameter passed to the delegate is true /// if the send has successfully done; otherwise, false. /// ///