Skip to content

Commit 0cfba5d

Browse files
owwkThomasdezeeuw
authored andcommitted
Small spelling correction in example
1 parent 22e8858 commit 0cfba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tcp_server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn main() -> io::Result<()> {
3636

3737
println!("You can connect to the server using `nc`:");
3838
println!(" $ nc 127.0.0.1 9000");
39-
println!("You'll see our welcome message and anything you type we'll be printed here.");
39+
println!("You'll see our welcome message and anything you type will be printed here.");
4040

4141
loop {
4242
poll.poll(&mut events, None)?;

0 commit comments

Comments
 (0)