tokio: fix typos in tokio/CHANGELOG.md (#7643)

This commit is contained in:
Martin Grigorov
2025-09-23 22:12:41 +08:00
committed by GitHub
parent eb99e476e6
commit b48586f560
+1 -1
View File
@@ -45,7 +45,7 @@ a lifetime parameter.
This release fixes incorrect spawn locations in runtime task hooks for tasks
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.
## Unstable