mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
task: typo fix (#5726)
This commit is contained in:
parent
9eb3f5b556
commit
5e6d4c7999
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user