Skip to content

Commit 149aa55

Browse files
authored
Fix JsonHubProtocolOptions doc comment (#18149)
1 parent 66f4e91 commit 149aa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/common/Protocols.Json/src/JsonHubProtocolOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Microsoft.AspNetCore.SignalR
88
{
99
/// <summary>
10-
/// Options used to configure a <see cref="JsonHubProtocolOptions"/> instance.
10+
/// Options used to configure a <see cref="JsonHubProtocol"/> instance.
1111
/// </summary>
1212
public class JsonHubProtocolOptions
1313
{

0 commit comments

Comments
 (0)