diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 2f8b44b9..81735d33 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3737,7 +3737,7 @@ namespace WebSocketSharp /// 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. /// ///