mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
threadpool: fix typo in documentation (#915)
This commit is contained in:
committed by
Carl Lerche
parent
41a2245b85
commit
ab595d0825
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user