[Modify] Edit it

This commit is contained in:
sta 2021-08-10 20:03:55 +09:00
parent f504712654
commit 685747a438

View File

@ -1217,7 +1217,7 @@ namespace WebSocketSharp.Server
/// </param> /// </param>
/// <param name="initializer"> /// <param name="initializer">
/// <para> /// <para>
/// An <c>Action&lt;TBehaviorWithNew&gt;</c> delegate or /// An <c>Action&lt;TBehavior&gt;</c> delegate or
/// <see langword="null"/> if not needed. /// <see langword="null"/> if not needed.
/// </para> /// </para>
/// <para> /// <para>
@ -1225,7 +1225,7 @@ namespace WebSocketSharp.Server
/// a new session instance for the service. /// a new session instance for the service.
/// </para> /// </para>
/// </param> /// </param>
/// <typeparam name="TBehaviorWithNew"> /// <typeparam name="TBehavior">
/// <para> /// <para>
/// The type of the behavior for the service. /// The type of the behavior for the service.
/// </para> /// </para>