2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 02:39:55 +00:00

Fix typo in tutorial in book (#412)

This commit is contained in:
Sheyne Anderson 2019-11-01 12:17:46 -07:00 committed by Stjepan Glavina
parent d5fd035956
commit 1a51ca424a

View file

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