summaryrefslogtreecommitdiffstats
path: root/examples/echo-threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo-threads.rs')
-rw-r--r--examples/echo-threads.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo-threads.rs b/examples/echo-threads.rs
index 1cb94e87..810fd048 100644
--- a/examples/echo-threads.rs
+++ b/examples/echo-threads.rs
@@ -7,7 +7,7 @@
//!
//! To see this server in action, you can run this in one terminal:
//!
-//! cargo run --example echoe-threads
+//! cargo run --example echo-threads
//!
//! and in another terminal you can run:
//!