Skip to content

Commit 0621eda

Browse files
authored
Merge pull request #575 from Turbo87/patch-1
overview: Fix example response id
2 parents 67374ea + acd1280 commit 0621eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This is the response:
5555
```json
5656
{
5757
"jsonrpc": "2.0",
58-
"id": "1",
58+
"id": 1,
5959
"result": {
6060
"uri": "file:///p%3A/mseng/VSCode/Playgrounds/cpp/provide.cpp",
6161
"range": {

0 commit comments

Comments
 (0)