Fix typo in documentation (#341)

This commit is contained in:
Thijs Vermeir 2018-05-04 16:06:47 +02:00 committed by Carl Lerche
parent 7cca6499a9
commit 68b82f5721

View File

@ -20,7 +20,7 @@ use futures2;
/// Builds a thread pool with custom configuration values. /// Builds a thread pool with custom configuration values.
/// ///
/// Methods can be chanined in order to set the configuration values. The thread /// Methods can be chained in order to set the configuration values. The thread
/// pool is constructed by calling [`build`]. /// pool is constructed by calling [`build`].
/// ///
/// New instances of `Builder` are obtained via [`Builder::new`]. /// New instances of `Builder` are obtained via [`Builder::new`].