Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Yotam Ofek <[email protected]>
  • Loading branch information
Noah-Kennedy and yotamofek authored Sep 10, 2024
1 parent bb32e5d commit 39dc149
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 @@ -145,7 +145,7 @@ impl LocalRuntime {
}
}

/// Spawns a task which isn't `!Send + Sync` on the runtime.
/// Spawns a task which isn't `Send + Sync` on the runtime.
#[track_caller]
pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output>
where
Expand Down

0 comments on commit 39dc149

Please sign in to comment.