From ee7e536a38dbb31c8af2e81d03cba7cb1a637c04 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 5 May 2018 00:50:37 +0300 Subject: [PATCH] Fix small typo in protocol-basics.rst (#462) --- docs/protocol-basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocol-basics.rst b/docs/protocol-basics.rst index 763668e..18be36a 100644 --- a/docs/protocol-basics.rst +++ b/docs/protocol-basics.rst @@ -25,7 +25,7 @@ Clients making batch requests should limit their size depending on the nature of their query, because servers will limit response size as an anti-DoS mechanism. -Eeach RPC call, and each response, is separated by a single newline in +Each RPC call, and each response, is separated by a single newline in their respective streams. The JSON specification does not permit control characters within strings, so no confusion is possible there. However it does permit newlines as extraneous whitespace between