We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b23760 commit a41b872Copy full SHA for a41b872
docs/src/tutorial/index.md
@@ -3,7 +3,7 @@
3
Nothing is as simple as a chat server, right? Not quite, chat servers
4
already expose you to all the fun of asynchronous programming: how
5
do you handle client connecting concurrently. How do handle them disconnecting?
6
-How do your distribute the massages?
+How do your distribute the messages?
7
8
In this tutorial, we will show you how to write one in `async-std`.
9
0 commit comments