[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 name="initializer">
/// <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.
/// </para>
/// <para>
@ -1225,7 +1225,7 @@ namespace WebSocketSharp.Server
/// a new session instance for the service.
/// </para>
/// </param>
/// <typeparam name="TBehaviorWithNew">
/// <typeparam name="TBehavior">
/// <para>
/// The type of the behavior for the service.
/// </para>