From 3a5f7b7f2f0b4f6ca502e60e563f75c68d50ea12 Mon Sep 17 00:00:00 2001 From: Loong Dai Date: Wed, 23 Nov 2022 18:00:25 +0800 Subject: [PATCH] examples: update hello world comment (#5219) --- examples/hello_world.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/hello_world.rs b/examples/hello_world.rs index ab4e973c0..04fb69a74 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -1,9 +1,7 @@ -//! Hello world server. -//! //! A simple client that opens a TCP stream, writes "hello world\n", and closes //! the connection. //! -//! You can test this out by running: +//! To start a server that this client can talk to on port 6142, you can use this command: //! //! ncat -l 6142 //!