Skip to content

Commit a41b872

Browse files
committed
distributed massages are the best
1 parent 6b23760 commit a41b872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Nothing is as simple as a chat server, right? Not quite, chat servers
44
already expose you to all the fun of asynchronous programming: how
55
do you handle client connecting concurrently. How do handle them disconnecting?
6-
How do your distribute the massages?
6+
How do your distribute the messages?
77

88
In this tutorial, we will show you how to write one in `async-std`.
99

0 commit comments

Comments
 (0)