From 2e6cf40aabbaa988a39bbb1b985659d8821f414a Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Wed, 2 Oct 2024 15:45:01 -0500 Subject: [PATCH] hah, spellcheck doesnt even catch my actual grammar issues --- tokio/src/runtime/local_runtime/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/runtime/local_runtime/runtime.rs b/tokio/src/runtime/local_runtime/runtime.rs index d63eb8bdf12..ddd8671da1a 100644 --- a/tokio/src/runtime/local_runtime/runtime.rs +++ b/tokio/src/runtime/local_runtime/runtime.rs @@ -121,7 +121,7 @@ impl LocalRuntime { /// Spawns a task on the runtime. /// - /// This is analogous to the [`spawn`] method on the standard [`Runtime`], but works even if the task is not threads safe. + /// This is analogous to the [`spawn`] method on the standard [`Runtime`], but works even if the task is not thread-safe. /// /// [`spawn`]: crate::runtime::Runtime::spawn /// [`Runtime`]: crate::runtime::Runtime