From cfb1912d972fb2be9e4801c93996019252e6cda9 Mon Sep 17 00:00:00 2001 From: Dmitry Markin Date: Thu, 24 Aug 2023 23:26:22 +0300 Subject: [PATCH] minor: comment --- client/network/sync/src/futures_stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/network/sync/src/futures_stream.rs b/client/network/sync/src/futures_stream.rs index a46e9d9558819..7c698417927cc 100644 --- a/client/network/sync/src/futures_stream.rs +++ b/client/network/sync/src/futures_stream.rs @@ -17,7 +17,7 @@ // along with this program. If not, see . //! Async channel that receives futures as input, processes them in unordered manner, and -//! yield the results once they are resolved. The receiver implements `Stream`. +//! yields the results once they are resolved via [`Stream`] interface. use futures::{stream::FuturesUnordered, Future, Stream, StreamExt}; use sc_utils::mpsc::{