Fix some markdown glitches. (#879)

This commit is contained in:
Andrew Stanton-Nurse 2017-09-14 14:50:17 -07:00 committed by GitHub
parent ce9a208c9c
commit 7bc3db1b29
1 changed files with 2 additions and 2 deletions

View File

@ -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: