Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
minor: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-markin committed Aug 24, 2023
1 parent c717dbc commit cfb1912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/network/sync/src/futures_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.

//! 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::{
Expand Down

0 comments on commit cfb1912

Please sign in to comment.