aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/builder.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-17 08:33:38 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-17 08:40:48 -0700
commit642961436a727d51930e5839e3dbfee04ba4af95 (patch)
tree9da006d6d1c0e4667e8d848673b13cc7d2bb62ca /src/runtime/builder.rs
parent1c33108b3901dd464f81acf08b5268ec294b3876 (diff)
downloadtokio-642961436a727d51930e5839e3dbfee04ba4af95.tar.gz
Upgrade rust/crates/tokio to 1.10.0
Test: make Change-Id: I4ec984178af20297aae0ed51f0b1c6410876a51b
Diffstat (limited to 'src/runtime/builder.rs')
-rw-r--r--src/runtime/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/builder.rs b/src/runtime/builder.rs
index 0249266..51bf8c8 100644
--- a/src/runtime/builder.rs
+++ b/src/runtime/builder.rs
@@ -413,7 +413,7 @@ impl Builder {
/// Sets a custom timeout for a thread in the blocking pool.
///
/// By default, the timeout for a thread is set to 10 seconds. This can
- /// be overriden using .thread_keep_alive().
+ /// be overridden using .thread_keep_alive().
///
/// # Example
///