From b48586f560062e5597f8ef7e9003a3b6cf3b2af0 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 23 Sep 2025 17:12:41 +0300 Subject: [PATCH] tokio: fix typos in `tokio/CHANGELOG.md` (#7643) --- tokio/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 68e8be776..f233a5d29 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -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