From acd1280c3810e5b47688f1b6967c184781aa1073 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 28 Sep 2018 13:29:01 +0200 Subject: [PATCH] overview: Fix example response id The `id` field in JSON-RPC is numeric (matching the type in the request) --- overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.md b/overview.md index 8bcb821..23d143d 100644 --- a/overview.md +++ b/overview.md @@ -55,7 +55,7 @@ This is the response: ```json { "jsonrpc": "2.0", - "id": "1", + "id": 1, "result": { "uri": "file:///p%3A/mseng/VSCode/Playgrounds/cpp/provide.cpp", "range": {