threadpool: fix typo in documentation (#915)

This commit is contained in:
Nicholas Young
2019-02-21 09:28:44 -08:00
committed by Carl Lerche
parent 41a2245b85
commit ab595d0825
+1 -1
View File
@@ -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.