Skip to content

Commit

Permalink
hah, spellcheck doesnt even catch my actual grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Oct 2, 2024
1 parent 1686c53 commit 2e6cf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/local_runtime/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e6cf40

Please sign in to comment.