From 7fe31f98b8ae842d4af4d21c0a12b06ccf170ee3 Mon Sep 17 00:00:00 2001 From: Eric Woolsey Date: Fri, 25 Oct 2024 09:06:01 -0700 Subject: [PATCH] typo --- rust-toolchain.toml | 2 +- src/shutdown.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;