mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
tokio: fix typos in tokio/CHANGELOG.md (#7643)
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ a lifetime parameter.
|
|||||||
|
|
||||||
This release fixes incorrect spawn locations in runtime task hooks for tasks
|
This release fixes incorrect spawn locations in runtime task hooks for tasks
|
||||||
spawned using `tokio::spawn` rather than `Runtime::spawn`. This issue only
|
spawned using `tokio::spawn` rather than `Runtime::spawn`. This issue only
|
||||||
effected the spawn location in `TaskMeta::spawned_at`, and did not effect task
|
affected the spawn location in `TaskMeta::spawned_at`, and did not affect task
|
||||||
locations in Tracing events.
|
locations in Tracing events.
|
||||||
|
|
||||||
## Unstable
|
## Unstable
|
||||||
|
|||||||
Reference in New Issue
Block a user