diff --git a/tokio-threadpool/src/lib.rs b/tokio-threadpool/src/lib.rs index 45ee6626a..94d86700e 100644 --- a/tokio-threadpool/src/lib.rs +++ b/tokio-threadpool/src/lib.rs @@ -9,7 +9,7 @@ //! I/O. Usually, users will not create a `ThreadPool` instance directly, but //! will use one via a [`runtime`]. //! -//! The `TheadPool` structure manages two sets of threads: +//! The `ThreadPool` structure manages two sets of threads: //! //! * Worker threads. //! * Backup threads.