From 1a51ca424a04bb2bc9bb26c4ba03717ee1baf693 Mon Sep 17 00:00:00 2001 From: Sheyne Anderson Date: Fri, 1 Nov 2019 12:17:46 -0700 Subject: [PATCH] Fix typo in tutorial in book (#412) --- docs/src/tutorial/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial/specification.md b/docs/src/tutorial/specification.md index bda4576..322c49f 100644 --- a/docs/src/tutorial/specification.md +++ b/docs/src/tutorial/specification.md @@ -12,7 +12,7 @@ After that, the client can send messages to other clients using the following sy login1, login2, ... loginN: message ``` -Each of the specified clients than receives a `from login: message` message. +Each of the specified clients then receives a `from login: message` message. A possible session might look like this