mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +02:00
task: typo fix (#5726)
This commit is contained in:
@@ -299,7 +299,7 @@ cfg_rt! {
|
||||
///
|
||||
/// Note that if [`tokio::spawn`] is used from within a `LocalSet`, the
|
||||
/// resulting new task will _not_ be inside the `LocalSet`, so you must use
|
||||
/// use `spawn_local` if you want to stay within the `LocalSet`.
|
||||
/// `spawn_local` if you want to stay within the `LocalSet`.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user