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