From de360cfc7eaf3cacd8fba7f6b8327e3cc98b5dc2 Mon Sep 17 00:00:00 2001 From: vip892766gma Date: Thu, 14 May 2026 22:33:43 -0500 Subject: [PATCH] tokio-stream: fix duplicated word in changelog (#8143) --- tokio-stream/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-stream/CHANGELOG.md b/tokio-stream/CHANGELOG.md index 6216bbf82..5e2a43aa5 100644 --- a/tokio-stream/CHANGELOG.md +++ b/tokio-stream/CHANGELOG.md @@ -12,7 +12,7 @@ ### Documented -- stream: improve the the docs of `TcpListenerStream` ([#7578]) +- stream: improve the docs of `TcpListenerStream` ([#7578]) [#7024]: https://github.com/tokio-rs/tokio/pull/7024 [#7492]: https://github.com/tokio-rs/tokio/pull/7492