Skip to content

Commit 2f9ad91

Browse files
authored
Fixed typo
1 parent 93f8c56 commit 2f9ad91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JsonRpc/Server/Notification.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ public class Notification : IMethodWithParams
99
internal Notification(
1010
string method,
1111
JToken @params,
12-
string protcolVersion)
12+
string protocolVersion)
1313
{
14-
ProtocolVersion = protcolVersion;
14+
ProtocolVersion = protocolVersion;
1515
Method = method;
1616
Params = @params;
1717
}

0 commit comments

Comments
 (0)