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

This commit is contained in:
Martin Grigorov 2025-09-23 17:12:41 +03:00 committed by GitHub
parent eb99e476e6
commit b48586f560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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