diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index e522b1ce..7e262241 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3099,10 +3099,13 @@ namespace WebSocketSharp
}
///
- /// Sends the specified file as the binary data using the WebSocket connection.
+ /// Sends the specified file using the WebSocket connection.
///
+ ///
+ /// The file is sent as the binary data.
+ ///
///
- /// A that specifies a file to send.
+ /// A that specifies the file to send.
///
///
/// The current state of the connection is not Open.