[Modify] Edit it

This commit is contained in:
sta 2021-09-03 19:44:20 +09:00
parent 91fa15564e
commit 8d5d06e7af

View File

@ -1085,7 +1085,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>
@ -1093,7 +1093,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>