mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Fix typo in documentation (#341)
This commit is contained in:
parent
7cca6499a9
commit
68b82f5721
@ -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`].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user