We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
connect
connect-tcp
1 parent 1ed2a14 commit 3eb515eCopy full SHA for 3eb515e
examples/echo-tcp.rs
@@ -16,7 +16,7 @@
16
//! cargo run --example connect-tcp 127.0.0.1:8080
17
//!
18
//! 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
+//! you! If you open up multiple terminals running the `connect-tcp` example you
20
//! should be able to see them all make progress simultaneously.
21
22
#![warn(rust_2018_idioms)]
examples/tinydb.rs
@@ -19,7 +19,7 @@
//! is:
-//! $ cargo run --example connect 127.0.0.1:8080
+//! $ cargo run --example connect-tcp 127.0.0.1:8080
23
//! GET foo
24
//! foo = bar
25
//! GET FOOBAR
0 commit comments