[Modify] Edit it

This commit is contained in:
sta 2016-06-29 14:47:53 +09:00
parent 899d41489d
commit bb561ee5c0

View File

@ -195,8 +195,8 @@ namespace WebSocketSharp.Net.WebSockets
public abstract System.Net.IPEndPoint UserEndPoint { get; }
/// <summary>
/// Gets the <see cref="WebSocketSharp.WebSocket"/> instance used for two-way communication
/// between client and server.
/// Gets the <see cref="WebSocketSharp.WebSocket"/> instance used for
/// two-way communication between client and server.
/// </summary>
/// <value>
/// A <see cref="WebSocketSharp.WebSocket"/>.