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> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to /// <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> /// </returns>
public bool Ping () public bool Ping ()
{ {
@ -1821,7 +1821,7 @@ namespace WebSocketSharp
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to /// <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> /// </returns>
/// <param name="message"> /// <param name="message">
/// A <see cref="string"/> that represents the message to send. /// A <see cref="string"/> that represents the message to send.