diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1de01fa4..2e2b8c85 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.81.0" +channel = "1.82.0" diff --git a/src/shutdown.rs b/src/shutdown.rs index 27f65ee1..b7d6fa5c 100644 --- a/src/shutdown.rs +++ b/src/shutdown.rs @@ -63,7 +63,7 @@ impl Shutdown { /// Wait for the shutdown to begin. /// - /// If the caller down not already own a `Receiver` + /// If the caller does not already own a `Receiver` /// then the process may abort immediately when this returns. pub async fn await_shutdown_begin(&self) { let _ = self.await_shutdown_begin_with_handle().await;