Fix typo in doc comment. (#361)

This commit is contained in:
Jason Davies
2018-05-14 11:10:25 -07:00
committed by Carl Lerche
parent 88801bb613
commit 1f5bb121e2
+1 -1
View File
@@ -4,7 +4,7 @@
//! illustrate more concepts.
//!
//! A chat server for telnet clients. After a telnet client connects, the first
//! line should contain the client's name. After that, all lines send by a
//! line should contain the client's name. After that, all lines sent by a
//! client are broadcasted to all other connected clients.
//!
//! Because the client is telnet, lines are delimited by "\r\n".