[Modify] Edit it

This commit is contained in:
sta 2017-01-29 17:27:52 +09:00
parent cc4788f590
commit f764f1fb3c

View File

@ -98,8 +98,7 @@ namespace WebSocketSharp.Server
/// Initializes a new instance of the <see cref="WebSocketServer"/> class. /// Initializes a new instance of the <see cref="WebSocketServer"/> class.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// An instance initialized by this constructor listens for the incoming connection requests on /// The new instance listens for the incoming handshake requests on port 80.
/// port 80.
/// </remarks> /// </remarks>
public WebSocketServer () public WebSocketServer ()
{ {