Skip to content

Commit 3eb515e

Browse files
authored
examples: update outdated example name connect to connect-tcp (#7582)
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
1 parent 1ed2a14 commit 3eb515e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/echo-tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! cargo run --example connect-tcp 127.0.0.1:8080
1717
//!
1818
//! Each line you type in to the `connect-tcp` terminal should be echo'd back to
19-
//! you! If you open up multiple terminals running the `connect` example you
19+
//! you! If you open up multiple terminals running the `connect-tcp` example you
2020
//! should be able to see them all make progress simultaneously.
2121
2222
#![warn(rust_2018_idioms)]

examples/tinydb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! is:
2020
//!
2121
//!
22-
//! $ cargo run --example connect 127.0.0.1:8080
22+
//! $ cargo run --example connect-tcp 127.0.0.1:8080
2323
//! GET foo
2424
//! foo = bar
2525
//! GET FOOBAR

0 commit comments

Comments
 (0)