From 0c1cc277c9895296489ee77144e04e41d0a3e5c5 Mon Sep 17 00:00:00 2001 From: Sheyne Anderson Date: Tue, 29 Oct 2019 15:08:21 -0700 Subject: [PATCH] Fix typo in tutorial in book --- 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 bda457660..322c49fac 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