Fix JsonHubProtocolOptions doc comment (#18149)

This commit is contained in:
Stephen Halter 2020-01-08 13:14:40 -08:00 committed by GitHub
parent 66f4e91ad9
commit 149aa55629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using Microsoft.AspNetCore.SignalR.Protocol;
namespace Microsoft.AspNetCore.SignalR
{
/// <summary>
/// Options used to configure a <see cref="JsonHubProtocolOptions"/> instance.
/// Options used to configure a <see cref="JsonHubProtocol"/> instance.
/// </summary>
public class JsonHubProtocolOptions
{