README, core, rpc: fix various typos

This commit is contained in:
Fabio Berger
2016-06-21 05:52:38 +01:00
parent 4f3f6e28d5
commit a3efdb13f2
4 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ arguments. It will pass the mod argument as nil to the RPC method.
The server offers the ServeCodec method which accepts a ServerCodec instance. It will
read requests from the codec, process the request and sends the response back to the
client using the codec. The server can execute requests concurrently. Responses
can be send back to the client out of order.
can be sent back to the client out of order.
An example server which uses the JSON codec:
type CalculatorService struct {}