From 296d987be136f7639a3864dfc19230240d716bd2 Mon Sep 17 00:00:00 2001 From: Asad Saeeduddin Date: Wed, 5 Oct 2016 14:25:07 -0400 Subject: [PATCH] Fix typo in protocol documentation --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index 75b9560..59a15eb 100644 --- a/protocol.md +++ b/protocol.md @@ -180,7 +180,7 @@ A request that got canceled still needs to return from the server and send a res The language server protocol defines a set of JSON-RPC request, response and notification messages which are exchanged using the above base protocol. This section starts describing the basic JSON structures used in the protocol. The document uses TypeScript interfaces to describe these. Based on the basic JSON structures, the actual requests with their responses and the notifications are described. -The protocol currently assumes that one server serves one tool. There is currentlz now support in the protocol to share one server between different tools. Such a sharing would require additional protocol to either lock a document to support concurrent editing. +The protocol currently assumes that one server serves one tool. There is currently no support in the protocol to share one server between different tools. Such a sharing would require additional protocol to either lock a document to support concurrent editing. ### Basic JSON Structures