mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +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.
|
//! illustrate more concepts.
|
||||||
//!
|
//!
|
||||||
//! A chat server for telnet clients. After a telnet client connects, the first
|
//! 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.
|
//! client are broadcasted to all other connected clients.
|
||||||
//!
|
//!
|
||||||
//! Because the client is telnet, lines are delimited by "\r\n".
|
//! Because the client is telnet, lines are delimited by "\r\n".
|
||||||
|
|||||||
Reference in New Issue
Block a user