mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
threadpool: fix typo in documentation (#915)
This commit is contained in:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user