Skip to content

Commit d7db2c2

Browse files
Merge pull request #152 from VPeruS/patch-1
Fixed typo
2 parents af789e0 + 2f9ad91 commit d7db2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JsonRpc/Server/Notification.cs

+2-2
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)