[Modify] Edit it

This commit is contained in:
sta 2017-08-12 14:55:11 +09:00
parent e14739719a
commit 66da62f2ec

View File

@ -3024,8 +3024,8 @@ namespace WebSocketSharp
/// Sends a ping using the WebSocket connection. /// Sends a ping using the WebSocket connection.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if the sending a ping has done with no error and /// <c>true</c> if the send has done with no error and a pong has been
/// a pong has been received within a time; otherwise, <c>false</c>. /// received within a time; otherwise, <c>false</c>.
/// </returns> /// </returns>
public bool Ping () public bool Ping ()
{ {