Skip to content

Commit

Permalink
Update tokio/src/task/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <alice@ryhl.io>
  • Loading branch information
hawkw and Darksonn committed May 17, 2022
1 parent 3523e01 commit 0369d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/task/builder.rs
Expand Up @@ -110,7 +110,7 @@ impl<'a> Builder<'a> {
/// Spawns `!Send` a task on the current [`LocalSet`] with this builder's
/// settings.
///
/// The spawned future will be run on the same thread that called `spawn_local.`
/// The spawned future will be run on the same thread that called `spawn_local`.
/// This may only be called from the context of a [local task set][`LocalSet`].
///
/// # Panics
Expand Down

0 comments on commit 0369d3b

Please sign in to comment.