We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d0144 commit 75de7a4Copy full SHA for 75de7a4
futures-util/src/stream/try_stream/mod.rs
@@ -802,7 +802,7 @@ pub trait TryStreamExt: TryStream {
802
/// that matches the stream's `Error` type.
803
///
804
/// This adaptor will buffer up to `n` futures and then return their
805
- /// outputs in the order. If the underlying stream returns an error, it will
+ /// outputs in the same order as the underlying stream. If the underlying stream returns an error, it will
806
/// be immediately propagated.
807
808
/// The limit argument is of type `Into<Option<usize>>`, and so can be
0 commit comments