Skip to content

Commit

Permalink
Small spelling correction in example
Browse files Browse the repository at this point in the history
  • Loading branch information
owwk authored and Thomasdezeeuw committed Jun 9, 2021
1 parent 22e8858 commit 0cfba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tcp_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() -> io::Result<()> {

println!("You can connect to the server using `nc`:");
println!(" $ nc 127.0.0.1 9000");
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.");

loop {
poll.poll(&mut events, None)?;
Expand Down

0 comments on commit 0cfba5d

Please sign in to comment.