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 a8b98aa commit 03e618bCopy full SHA for 03e618b
futures-util/src/stream/try_stream/mod.rs
@@ -918,7 +918,7 @@ pub trait TryStreamExt: TryStream {
918
/// that matches the stream's `Error` type.
919
///
920
/// This adaptor will buffer up to `n` futures and then return their
921
- /// 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
922
/// be immediately propagated.
923
924
/// The returned stream will be a stream of results, each containing either
0 commit comments