diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index b721cb0e..b027c3da 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2692,17 +2692,18 @@ namespace WebSocketSharp
/// the WebSocket connection.
///
///
- /// true if the ping has been sent and then a pong has been
- /// received within a time; otherwise, false.
+ /// true if the sending a ping has done with no error and
+ /// a pong has been received within a time; otherwise, false.
///
///
/// A that represents the message to send.
+ /// Its size must be 125 bytes or less in UTF-8.
///
///
/// is .
///
///
- /// could not be UTF8 encoded.
+ /// could not be UTF-8-encoded.
///
///
/// The size of is greater than 125 bytes.