From 7bc3db1b29bcc7f2a9253e250c95ebd6fa8aca9a Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 14 Sep 2017 14:50:17 -0700 Subject: [PATCH] Fix some markdown glitches. (#879) --- specs/HubProtocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/HubProtocol.md b/specs/HubProtocol.md index 94d508ac5c..bfae1678c3 100644 --- a/specs/HubProtocol.md +++ b/specs/HubProtocol.md @@ -39,7 +39,7 @@ Example: } ``` -##Communication between the Caller and the Callee +## Communication between the Caller and the Callee There a three kinds of interactions between the Caller and the Calle: @@ -47,7 +47,7 @@ There a three kinds of interactions between the Caller and the Calle: * Non-Blocking Invocations - the Caller sends a message to the Callee and does not expect any further messages for this invocation * Streaming Invocations - the Caller sends a message to the Callee and expects one or more results returned by the Callee followed by a message indicating the end of invocation -##Invocations +## Invocations In order to perform a single invocation, the Caller follows the following basic flow: