Fix a few

This commit is contained in:
sta 2014-01-30 17:22:55 +09:00
parent fa857e406c
commit 4e420c6bc3

View File

@ -1806,7 +1806,7 @@ namespace WebSocketSharp
/// </summary>
/// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to
/// this Ping from the server in a time; otherwise, <c>false</c>.
/// this Ping in a time; otherwise, <c>false</c>.
/// </returns>
public bool Ping ()
{
@ -1821,7 +1821,7 @@ namespace WebSocketSharp
/// </summary>
/// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to
/// this Ping from the server in a time; otherwise, <c>false</c>.
/// this Ping in a time; otherwise, <c>false</c>.
/// </returns>
/// <param name="message">
/// A <see cref="string"/> that represents the message to send.