Skip to content

Commit ef19331

Browse files
committed
Changed field to integer
1 parent 6830030 commit ef19331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: RFCs/0002-pluggable-discovery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the response to the command is:
7272
```JSON
7373
{
7474
"eventType": "hello",
75-
"protocolVersion": "1",
75+
"protocolVersion": 1,
7676
"message": "OK"
7777
}
7878
```

0 commit comments

Comments
 (0)