diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 6177b29d..d7ade7ae 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3378,11 +3378,13 @@ namespace WebSocketSharp
///
/// Sends the specified file using the WebSocket connection.
///
- ///
- /// The file is sent as the binary data.
- ///
///
- /// A that specifies the file to send.
+ ///
+ /// A that specifies the file to send.
+ ///
+ ///
+ /// The file is sent as the binary data.
+ ///
///
///
/// The current state of the connection is not Open.