Skip to content

Commit b48586f

Browse files
authored
tokio: fix typos in tokio/CHANGELOG.md (#7643)
1 parent eb99e47 commit b48586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ a lifetime parameter.
4545

4646
This release fixes incorrect spawn locations in runtime task hooks for tasks
4747
spawned using `tokio::spawn` rather than `Runtime::spawn`. This issue only
48-
effected the spawn location in `TaskMeta::spawned_at`, and did not effect task
48+
affected the spawn location in `TaskMeta::spawned_at`, and did not affect task
4949
locations in Tracing events.
5050

5151
## Unstable

0 commit comments

Comments
 (0)