diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index adeccb16..c9d11057 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3582,15 +3582,15 @@ namespace WebSocketSharp
/// Sends the specified file asynchronously using the WebSocket connection.
///
///
+ /// This method does not wait for the send to be complete.
+ ///
+ ///
+ ///
+ /// A that specifies the file to send.
+ ///
///
/// The file is sent as the binary data.
///
- ///
- /// This method does not wait for the send to be complete.
- ///
- ///
- ///
- /// A that specifies the file to send.
///
///
///