mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +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
|
/// 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
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user