Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xForerunner committed Oct 25, 2024
1 parent 2bc712c commit 7fe31f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.81.0"
channel = "1.82.0"
2 changes: 1 addition & 1 deletion src/shutdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7fe31f9

Please sign in to comment.