summaryrefslogtreecommitdiffstats
path: root/examples/proxy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/proxy.rs')
-rw-r--r--examples/proxy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/proxy.rs b/examples/proxy.rs
index 42b740df..bed8314a 100644
--- a/examples/proxy.rs
+++ b/examples/proxy.rs
@@ -1,7 +1,7 @@
//! A proxy that forwards data to another server and forwards that server's
//! responses back to clients.
//!
-//! Because the Tokio runtime uses a thread poool, each TCP connection is
+//! Because the Tokio runtime uses a thread pool, each TCP connection is
//! processed concurrently with all other TCP connections across multiple
//! threads.
//!