mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
Fix typo in doc comment. (#361)
This commit is contained in:
committed by
Carl Lerche
parent
88801bb613
commit
1f5bb121e2
+1
-1
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user