[Modify] Edit it

This commit is contained in:
sta 2017-02-25 17:35:07 +09:00
parent 5929b057bf
commit 31d4b31cee

View File

@ -233,7 +233,8 @@ namespace WebSocketSharp.Server
/// Creates a new session for the service.
/// </summary>
/// <returns>
/// A <see cref="WebSocketBehavior"/> instance that represents a new session.
/// A <see cref="WebSocketBehavior"/> instance that represents
/// the new session.
/// </returns>
protected abstract WebSocketBehavior CreateSession ();