We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e8858 commit 0cfba5dCopy full SHA for 0cfba5d
examples/tcp_server.rs
@@ -36,7 +36,7 @@ fn main() -> io::Result<()> {
36
37
println!("You can connect to the server using `nc`:");
38
println!(" $ nc 127.0.0.1 9000");
39
- println!("You'll see our welcome message and anything you type we'll be printed here.");
+ println!("You'll see our welcome message and anything you type will be printed here.");
40
41
loop {
42
poll.poll(&mut events, None)?;
0 commit comments