Skip to content

Commit 06ae1e4

Browse files
committed
[Modify] Edit it
1 parent 9908e52 commit 06ae1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,8 +2679,8 @@ public void ConnectAsync ()
26792679
/// Sends a ping using the WebSocket connection.
26802680
/// </summary>
26812681
/// <returns>
2682-
/// <c>true</c> if a pong has been received within a time;
2683-
/// otherwise, <c>false</c>.
2682+
/// <c>true</c> if the ping has been sent and then a pong has been
2683+
/// received within a time; otherwise, <c>false</c>.
26842684
/// </returns>
26852685
public bool Ping ()
26862686
{

0 commit comments

Comments
 (0)