From 06b2c402227b4c0f64912e48966f2751dd872ccc Mon Sep 17 00:00:00 2001 From: Julian Tescher Date: Tue, 8 May 2018 14:44:17 -0400 Subject: Fix typos (#348) --- examples/proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/proxy.rs') 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. //! -- cgit v1.2.3