diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 14eb555e..80366ec3 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3784,10 +3784,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.
///
///