diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index df409438..179db29f 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -3068,12 +3068,13 @@ namespace WebSocketSharp
/// a pong has been received within a time; otherwise, false.
///
///
- /// A that represents the message to send.
- /// The size must be 125 bytes or less in UTF-8.
+ ///
+ /// A that represents the message to send.
+ ///
+ ///
+ /// The size must be 125 bytes or less in UTF-8.
+ ///
///
- ///
- /// is .
- ///
///
/// could not be UTF-8-encoded.
///